aboutsummaryrefslogtreecommitdiffstats
path: root/games/xbill
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-09-09 19:03:36 +0800
committerkris <kris@FreeBSD.org>2000-09-09 19:03:36 +0800
commit744786352dc2de46a1fa181782d8e416248b2ccb (patch)
treea2ec862b748aa3c887da15ca3950598a1a309a19 /games/xbill
parentc5f336e0c40f12a3cae3c6fef534cfbb5f5ed60d (diff)
downloadfreebsd-ports-gnome-744786352dc2de46a1fa181782d8e416248b2ccb.tar.gz
freebsd-ports-gnome-744786352dc2de46a1fa181782d8e416248b2ccb.tar.zst
freebsd-ports-gnome-744786352dc2de46a1fa181782d8e416248b2ccb.zip
Install setgid games
Diffstat (limited to 'games/xbill')
-rw-r--r--games/xbill/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/xbill/Makefile b/games/xbill/Makefile
index 8c03bf286277..f6cdded4972d 100644
--- a/games/xbill/Makefile
+++ b/games/xbill/Makefile
@@ -21,5 +21,9 @@ MAN1= xbill.1
post-install:
${CP} ${WRKSRC}/README ${PREFIX}/share/xbill
+ ${CHOWN} root:games ${PREFIX}/bin/xbill
+ ${CHMOD} 2755 ${PREFIX}/bin/xbill
+ ${CHOWN} root:games ${PREFIX}/share/xbill/scores
+ ${CHMOD} 664 ${PREFIX}/share/xbill/scores
.include <bsd.port.mk>