summaryrefslogtreecommitdiff
path: root/net/dgd/Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-09-03 05:33:18 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-09-03 05:33:18 +0000
commitd2fead5f5e4390924328438c589b6670ca2ac79e (patch)
treeabfe25d88bcb49c5d89f0a4c6ec0e5027d878baf /net/dgd/Makefile
parentslave port for PHP4 with SNMP and GD support (diff)
. Set correct permissions on the mudlib directory now that the pkg-install
script no longer does.
Notes
Notes: svn path=/head/; revision=88407
Diffstat (limited to 'net/dgd/Makefile')
-rw-r--r--net/dgd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile
index 1061e84ec745..760e70383cee 100644
--- a/net/dgd/Makefile
+++ b/net/dgd/Makefile
@@ -58,5 +58,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>