Date: Fri, 5 Jun 2015 05:20:19 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388569 - head/sysutils/apcupsd Message-ID: <201506050520.t555KJKK066522@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Jun 5 05:20:18 2015 New Revision: 388569 URL: https://svnweb.freebsd.org/changeset/ports/388569 Log: Fix typo Reported by: pi Modified: head/sysutils/apcupsd/Makefile Modified: head/sysutils/apcupsd/Makefile ============================================================================== --- head/sysutils/apcupsd/Makefile Fri Jun 5 05:13:27 2015 (r388568) +++ head/sysutils/apcupsd/Makefile Fri Jun 5 05:20:18 2015 (r388569) @@ -24,7 +24,7 @@ CONFIGURE_ARGS= --sbindir=${PREFIX}/sbin --with-serial-dev=/dev/usv CONFIGURE_ENV+= LD="${CXX}" \ - ac_cv_path_SHUTDOWN="/sbin/shtdown" + ac_cv_path_SHUTDOWN="/sbin/shutdown" CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506050520.t555KJKK066522>