diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-29 01:23:15 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-29 01:23:15 +0800 |
commit | 65ae135e82b982a3eac37f1ce4135173ec89d488 (patch) | |
tree | 14b2c51e927069cd23cb5ec95c278b763150d0ab /net-mgmt | |
parent | 1824ddc77c8d94dd3314781e7f83786de0158471 (diff) | |
download | freebsd-ports-gnome-65ae135e82b982a3eac37f1ce4135173ec89d488.tar.gz freebsd-ports-gnome-65ae135e82b982a3eac37f1ce4135173ec89d488.tar.zst freebsd-ports-gnome-65ae135e82b982a3eac37f1ce4135173ec89d488.zip |
Allow building as a user
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ng_ipacct/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-mgmt/ng_ipacct/Makefile b/net-mgmt/ng_ipacct/Makefile index 7004e14ba9ac..143d45dfdce9 100644 --- a/net-mgmt/ng_ipacct/Makefile +++ b/net-mgmt/ng_ipacct/Makefile @@ -13,14 +13,13 @@ COMMENT= Netgraph IP accounting LICENSE= BSD -USES= kmod +USES= kmod uidfix MAKE_ENV= BINDIR="${PREFIX}/sbin" KMODDIR=${KMODDIR} NO_XREF=yes USE_RC_SUBR= ng_ipacct SUB_FILES= pkg-message CFLAGS+= -DMEM_USE_ZONE -NEED_ROOT= yes post-extract: @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} @@ -30,6 +29,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/ng_ipacct/ng_ipacct.h ${STAGEDIR}${PREFIX}/include/netgraph ${INSTALL_DATA} ${FILESDIR}/ng_ipacct.conf \ ${STAGEDIR}${PREFIX}/etc/ng_ipacct.conf.sample - @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |