aboutsummaryrefslogtreecommitdiffstats
path: root/net/dgd-lpmud/Makefile
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2014-05-29 22:15:43 +0800
committerglewis <glewis@FreeBSD.org>2014-05-29 22:15:43 +0800
commitafe762e25b364f79d23c5311692c735e903fee72 (patch)
treed72495d3c93fc05ef96d91fa71d4164b429c5b19 /net/dgd-lpmud/Makefile
parent03e8a221de9456cf2f1ca9c606640b5dfa700033 (diff)
downloadfreebsd-ports-gnome-afe762e25b364f79d23c5311692c735e903fee72.tar.gz
freebsd-ports-gnome-afe762e25b364f79d23c5311692c735e903fee72.tar.zst
freebsd-ports-gnome-afe762e25b364f79d23c5311692c735e903fee72.zip
. Fix mudlib ownership for staging.
Diffstat (limited to 'net/dgd-lpmud/Makefile')
-rw-r--r--net/dgd-lpmud/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/dgd-lpmud/Makefile b/net/dgd-lpmud/Makefile
index 5792fc978941..9ecd293b37ac 100644
--- a/net/dgd-lpmud/Makefile
+++ b/net/dgd-lpmud/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dgd-lpmud
PORTVERSION= 2.4.5
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net games
MASTER_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|glewis/dgd|} \
http://ftp.dworkin.nl/dgd/lib/
@@ -58,7 +58,5 @@ post-install:
${MKDIR} ${STAGEDIR}${DATADIR}/tmp
# Link in the dgd docs
${LN} -sf ${PREFIX}/share/doc/dgd/kfun ${STAGEDIR}${DATADIR}/lpmud/doc
- # Set mudlib ownership
- -@${CHOWN} -h -R mud:mud ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>