Fix plist.

Remove symbolic link recursion in the default skin dir.

PR:		ports/75338
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-12-21 10:48:03 +00:00
parent 2d6c49e220
commit d954af1115
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124686
2 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= mplayer
PORTVERSION= 1.1.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= multimedia
MASTER_SITES= http://www.mplayerhq.hu/MPlayer/Skin/ \
http://ftp.lug.udel.edu/MPlayer/Skin/ \
@ -193,9 +193,9 @@ do-build:
do-install:
# create target directories
@${MKDIR} ${PREFIX}/${myDATADIR}
.if defined(WITH_SKIN_DEFAULT)
@${LN} -sf "${PREFIX}/${myDATADIR}/Blue" "${PREFIX}/${myDATADIR}/default"
.endif
#.if defined(WITH_SKIN_DEFAULT)
# @${LN} -sf "${PREFIX}/${myDATADIR}/Blue" "${PREFIX}/${myDATADIR}/default"
#.endif
# both anotate and create target directories
@for dir in `cd ${WRKDIR} && ${FIND} . -type d ! -name ".*" | ${SORT} -r` ; do \
${MKDIR} "${PREFIX}/${myDATADIR}/$${dir#./}" ; \

View File

@ -1388,4 +1388,4 @@ share/mplayer/Skin/%%PKGNAME%%
%%ABYSS%%@dirrm share/mplayer/Skin/Abyss/icons
%%ABYSS%%@dirrm share/mplayer/Skin/Abyss
@dirrm share/mplayer/Skin
@unexec rmdir share/mplayer/ 2>/dev/null || true
@unexec rmdir %D/share/mplayer/ 2>/dev/null || true