summaryrefslogtreecommitdiff
path: root/net/dgd-lpmud
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-09-03 05:39:14 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-09-03 05:39:14 +0000
commit4f0b24856e804fc6e0249f9fb7b6ef9e1154d054 (patch)
tree4c7646a3828286d0c0724014b0802cb04860919c /net/dgd-lpmud
parent- Fix extra " from last commit. (diff)
. Set the permissions on the mudlib correctly now that pkg-install no
longer does.
Notes
Notes: svn path=/head/; revision=88409
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 b68bca9d1ee0..359d1429dbc5 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>