diff options
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 03b839ef07d..158f4a74f0e 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 |