summaryrefslogtreecommitdiffstats
path: root/net/dgd-lpmud
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2003-09-03 05:39:14 +0000
committerglewis <glewis@FreeBSD.org>2003-09-03 05:39:14 +0000
commitd118e6dba054fc82d0003c3f173b553bcffeba8a (patch)
treec522f811540c22caaa3b7ef0103f25dfc7a75427 /net/dgd-lpmud
parent850694320df7ecedc6fc560d4f2ac99ce72e0d22 (diff)
downloadFreeBSD-ports-d118e6dba054fc82d0003c3f173b553bcffeba8a.zip
FreeBSD-ports-d118e6dba054fc82d0003c3f173b553bcffeba8a.tar.gz
. Set the permissions on the mudlib correctly now that pkg-install no
longer does.
Diffstat (limited to 'net/dgd-lpmud')
-rw-r--r--net/dgd-lpmud/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/dgd-lpmud/Makefile b/net/dgd-lpmud/Makefile
index b68bca9..359d142 100644
--- a/net/dgd-lpmud/Makefile
+++ b/net/dgd-lpmud/Makefile
@@ -65,5 +65,7 @@ post-install:
# Run package install script
${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/pkg-install ${PKGNAME} \
POST-INSTALL
+ # Set mudlib ownership
+ -@${CHOWN} -h -R mud:mud ${DATADIR}
.include <bsd.port.mk>
OpenPOWER on IntegriCloud