diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-07 20:31:05 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-07 20:31:05 +0800 |
commit | f26b31ba120a7e26b747f3c4209ee57530b8acf8 (patch) | |
tree | 91ba79abd6681ceebd9575e6f897fccd464f2342 /net-mgmt | |
parent | 29496fae88b800e51ab86aebf105f74a36ea04b1 (diff) | |
download | freebsd-ports-gnome-f26b31ba120a7e26b747f3c4209ee57530b8acf8.tar.gz freebsd-ports-gnome-f26b31ba120a7e26b747f3c4209ee57530b8acf8.tar.zst freebsd-ports-gnome-f26b31ba120a7e26b747f3c4209ee57530b8acf8.zip |
Allow staging as a regular user
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ipacctd/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/net-mgmt/ipacctd/Makefile b/net-mgmt/ipacctd/Makefile index 589c78d5320a..bbfa44dba930 100644 --- a/net-mgmt/ipacctd/Makefile +++ b/net-mgmt/ipacctd/Makefile @@ -10,21 +10,17 @@ MASTER_SITES= ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/ipacctd/ \ MAINTAINER= ports@FreeBSD.org COMMENT= IP accounting using divert socket +USES= uidfix USE_RC_SUBR= ipacctd - -MAKE_ENV+= BINDIR="${PREFIX}/sbin" +MAKE_ENV= BINDIR="${PREFIX}/sbin" OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-extract: @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} post-install: -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR}/ru - @${INSTALL_DATA} ${WRKSRC}/README.ipacctd ${STAGEDIR}${DOCSDIR}/ru -.endif + ${INSTALL_DATA} ${WRKSRC}/README.ipacctd ${STAGEDIR}${DOCSDIR}/ru .include <bsd.port.mk> |