diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-05 05:20:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-05 05:20:18 +0000 |
commit | d9f0a8fb2fb30b2615275294cd5274b14eeff1f1 (patch) | |
tree | da6e5b9d9fa0c575a6fb75a0a3ea96af65d25d88 /sysutils/apcupsd | |
parent | 53c08878c3e745ebc0ac0d1574fc9d3990f7de2d (diff) |
Notes
Diffstat (limited to 'sysutils/apcupsd')
-rw-r--r-- | sysutils/apcupsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 03b839ef07d4..158f4a74f0e8 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -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 |