diff options
author | glewis <glewis@FreeBSD.org> | 2003-09-03 05:39:14 +0000 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-09-03 05:39:14 +0000 |
commit | d118e6dba054fc82d0003c3f173b553bcffeba8a (patch) | |
tree | c522f811540c22caaa3b7ef0103f25dfc7a75427 /net/dgd-lpmud | |
parent | 850694320df7ecedc6fc560d4f2ac99ce72e0d22 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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> |