diff options
author | stas <stas@FreeBSD.org> | 2008-06-15 00:17:10 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2008-06-15 00:17:10 +0800 |
commit | d5c687875a71084bc3f0c05d6dba629c794d7263 (patch) | |
tree | 502244203b96ee84d110970f7e3f988351909eb1 /audio | |
parent | 53b47f16e4b0c6eaeb1f9c3cef4e0676fefd5b08 (diff) | |
download | freebsd-ports-gnome-d5c687875a71084bc3f0c05d6dba629c794d7263.tar.gz freebsd-ports-gnome-d5c687875a71084bc3f0c05d6dba629c794d7263.tar.zst freebsd-ports-gnome-d5c687875a71084bc3f0c05d6dba629c794d7263.zip |
- Fix pkg-plist in NOPORTDOCS case.
Reported by: itetcu
Diffstat (limited to 'audio')
-rw-r--r-- | audio/muse/Makefile | 6 | ||||
-rw-r--r-- | audio/muse/pkg-plist | 12 |
2 files changed, 12 insertions, 6 deletions
diff --git a/audio/muse/Makefile b/audio/muse/Makefile index 6d94f77e89a9..e42696584930 100644 --- a/audio/muse/Makefile +++ b/audio/muse/Makefile @@ -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: diff --git a/audio/muse/pkg-plist b/audio/muse/pkg-plist new file mode 100644 index 000000000000..97981fa7b49d --- /dev/null +++ b/audio/muse/pkg-plist @@ -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%% |