diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 11:20:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 11:20:14 +0000 |
commit | 7a21dec23d525b7d538c8b786a36466c6f42a3fe (patch) | |
tree | 0997236aa1cf8c358a3a31d2a2e5911fc3339176 /sysutils/apcupsd | |
parent | 21a21949929f981bbd3926ed60498d387612d331 (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 8b659a8463bb..8b42fdf99bd7 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -22,7 +22,7 @@ USE_RC_SUBR= apcupsd SUB_FILES= pkg-message GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake CONFIGURE_ARGS= --sbindir=${PREFIX}/sbin \ --with-nologin=/var/run \ --disable-install-distdir \ |