diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-08 00:37:44 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-08 00:37:44 +0800 |
commit | 3a5e99d120759f6291c58773c8451df3c1b27f51 (patch) | |
tree | f23653ba9003d927750219bf602049a4bfb43a7a /net/openbgpd | |
parent | 84bd2ca5e9ccdb73a49152c2b4facad63859d123 (diff) | |
download | freebsd-ports-gnome-3a5e99d120759f6291c58773c8451df3c1b27f51.tar.gz freebsd-ports-gnome-3a5e99d120759f6291c58773c8451df3c1b27f51.tar.zst freebsd-ports-gnome-3a5e99d120759f6291c58773c8451df3c1b27f51.zip |
Allow staging as a regular user
Diffstat (limited to 'net/openbgpd')
-rw-r--r-- | net/openbgpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/openbgpd/Makefile b/net/openbgpd/Makefile index f8ee3553b32e..0994d02e5443 100644 --- a/net/openbgpd/Makefile +++ b/net/openbgpd/Makefile @@ -20,6 +20,7 @@ CONFLICTS= zebra-[0-9]* quagga-[0-9]* WRKSRC= ${WRKDIR} MAKE_ARGS= -DFREEBSDPORTS +USES= uidfix USE_RC_SUBR= ${PORTNAME} PLIST_FILES= sbin/bgpctl sbin/bgpd man/man5/bgpd.conf.5.gz \ man/man8/bgpctl.8.gz man/man8/bgpd.8.gz |