aboutsummaryrefslogtreecommitdiff
path: root/net/openbgpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/openbgpd/Makefile')
-rw-r--r--net/openbgpd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/openbgpd/Makefile b/net/openbgpd/Makefile
index 21feb49d6059..e97c0e3ae698 100644
--- a/net/openbgpd/Makefile
+++ b/net/openbgpd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= openbgpd
-PORTVERSION= 4.7.20100410
+PORTVERSION= 4.9.20110612
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_OPENBSD}
MASTER_SITE_SUBDIR= OpenBGPD
@@ -33,6 +33,8 @@ MANCOMPRESSED= yes
USE_RC_SUBR= ${PORTNAME}.sh
PLIST_FILES= sbin/bgpctl sbin/bgpd
SUB_FILES= pkg-message
+USERS= _bgpd
+GROUPS= _bgpd
MAN5= bgpd.conf.5
MAN8= bgpctl.8 bgpd.8
@@ -48,7 +50,6 @@ post-patch:
${WRKSRC}/bgpctl/bgpctl.8
post-install:
- @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>