diff options
author | glewis <glewis@FreeBSD.org> | 2010-04-04 12:46:50 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2010-04-04 12:46:50 +0800 |
commit | bea7a0135289241562aea94234c76a1b67ee45d4 (patch) | |
tree | 27d2319501c2f5c2a235b9ff0db55c0d40b7bdc5 /net/dgd-lpmud/Makefile | |
parent | 259735f1c71d9efd329c69738d0b205404f18715 (diff) | |
download | freebsd-ports-gnome-bea7a0135289241562aea94234c76a1b67ee45d4.tar.gz freebsd-ports-gnome-bea7a0135289241562aea94234c76a1b67ee45d4.tar.zst freebsd-ports-gnome-bea7a0135289241562aea94234c76a1b67ee45d4.zip |
. The main dgd port already creates the 'mud' user and group, so don't
repeat that in the pkg-{de}install scripts here.
Diffstat (limited to 'net/dgd-lpmud/Makefile')
-rw-r--r-- | net/dgd-lpmud/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/dgd-lpmud/Makefile b/net/dgd-lpmud/Makefile index 9d65199c4c82..105c648a66c4 100644 --- a/net/dgd-lpmud/Makefile +++ b/net/dgd-lpmud/Makefile @@ -61,9 +61,6 @@ post-install: ${MKDIR} ${DATADIR}/tmp # Link in the dgd docs ${LN} -sf ${PREFIX}/share/doc/dgd/kfun ${DATADIR}/lpmud/doc - # Run package install script - ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/pkg-install ${PKGNAME} \ - POST-INSTALL # Set mudlib ownership -@${CHOWN} -h -R mud:mud ${DATADIR} |