1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Fix pkg-plist in NOPORTDOCS case.

Reported by:	itetcu
This commit is contained in:
Stanislav Sedov 2008-06-14 16:17:10 +00:00
parent 42169f7670
commit 013cda5c80
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214840
2 changed files with 12 additions and 6 deletions

View File

@ -50,12 +50,6 @@ LIB_DEPENDS+= mp3lame.0:${PORTSDIR}/audio/lame
LIB_DEPENDS+= sndfile.1:${PORTSDIR}/audio/libsndfile
.endif
.if !defined(NOPORTDOCS)
PORTDOCS= *
.endif
PLIST_FILES= bin/muse \
share/locale/es/LC_MESSAGES/muse.mo \
share/locale/it/LC_MESSAGES/muse.mo
MAN1= muse.1
post-patch:

12
audio/muse/pkg-plist Normal file
View File

@ -0,0 +1,12 @@
bin/muse
%%DOCSDIR%%/AUTHORS
%%DOCSDIR%%/COPYING
%%DOCSDIR%%/ChangeLog
%%DOCSDIR%%/KNOWN-BUGS
%%DOCSDIR%%/NEWS
%%DOCSDIR%%/README
%%DOCSDIR%%/TODO
%%DOCSDIR%%/USAGE
share/locale/es/LC_MESSAGES/muse.mo
share/locale/it/LC_MESSAGES/muse.mo
@dirrm %%DOCSDIR%%