aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2003-09-03 13:33:18 +0800
committerglewis <glewis@FreeBSD.org>2003-09-03 13:33:18 +0800
commitdec00b691a5bb8eee9d690cbcf668bbbd0b9baaa (patch)
tree0bec62fefb670d67cd388e2d6375ecbdb6c2eb44 /net
parent3ecbe08fd4aca0d32e1cff87af9c8bc2602604ca (diff)
downloadfreebsd-ports-gnome-dec00b691a5bb8eee9d690cbcf668bbbd0b9baaa.tar.gz
freebsd-ports-gnome-dec00b691a5bb8eee9d690cbcf668bbbd0b9baaa.tar.zst
freebsd-ports-gnome-dec00b691a5bb8eee9d690cbcf668bbbd0b9baaa.zip
. Set correct permissions on the mudlib directory now that the pkg-install
script no longer does.
Diffstat (limited to 'net')
-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>