- Fix plist for NOPORTDOCS case

Reported by:	QAT
This commit is contained in:
Dmitry Marakasov 2008-08-24 19:36:09 +00:00
parent 74103d4a2c
commit 8262a90c32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219099
2 changed files with 2 additions and 8 deletions

View File

@ -28,14 +28,14 @@ USE_PERL5_BUILD=yes
MAN6= tvp.6
MLINKS= tvp.6 xprez.6 - aprez.6 - prez.6
DOCFILES= aprez.txt libass.txt president.txt prez.txt xprez.txt
PORTDOCS= aprez.txt libass.txt president.txt prez.txt xprez.txt
.include <bsd.port.pre.mk>
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/tvp
.for f in ${DOCFILES}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/docs/${f} ${PREFIX}/share/doc/tvp
.endfor
.endif

View File

@ -2,11 +2,6 @@ bin/prez
bin/aprez
bin/xprez
bin/xpwish
share/doc/tvp/aprez.txt
share/doc/tvp/libass.txt
share/doc/tvp/president.txt
share/doc/tvp/prez.txt
share/doc/tvp/xprez.txt
share/games/tvp/backs-01.gif
share/games/tvp/backs-02.gif
share/games/tvp/backs-03.gif
@ -105,4 +100,3 @@ share/games/tvp/spades-8.gif
share/games/tvp/spades-9.gif
@dirrm share/games/tvp
@dirrmtry share/games
@dirrm share/doc/tvp