diff options
-rw-r--r-- | net/dgd/Makefile | 2 |
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> |