mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
. Fix mudlib ownership for staging.
This commit is contained in:
parent
db72f66198
commit
1c4cf6bbad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355701
@ -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>
|
||||
|
@ -2,6 +2,8 @@ bin/lpmud-hname
|
||||
bin/lpmud-oconv
|
||||
etc/dgd-lpmud/lpmud.dgd
|
||||
etc/rc.d/dgd-lpmud.sh.sample
|
||||
@owner mud
|
||||
@group mud
|
||||
%%DATADIR%%/lpmud/ACCESS.ALLOW.example
|
||||
%%DATADIR%%/lpmud/ACCESS.DENY.example
|
||||
%%DATADIR%%/lpmud/Copyright
|
||||
@ -602,6 +604,8 @@ etc/rc.d/dgd-lpmud.sh.sample
|
||||
%%DATADIR%%/lpmud/room/wiz_hall.c
|
||||
%%DATADIR%%/lpmud/room/yard.c
|
||||
%%DATADIR%%/lpmud/unistn1e.debug.log
|
||||
@owner
|
||||
@group
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
@exec mkdir -p %D/%%DATADIR%%/tmp
|
||||
@exec ln -sf %D/share/doc/dgd/kfun %D/%%DATADIR%%/lpmud/doc
|
||||
|
Loading…
Reference in New Issue
Block a user