diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-31 00:05:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-31 00:05:12 +0800 |
commit | 395edba19f0ee869087724df96d02e947ef3495b (patch) | |
tree | 1a192048bfa384103553d4c90e96fd26f67ee919 /audio | |
parent | 718ed74f6e231ad74053f8533db1e5acf6b2dc2e (diff) | |
download | freebsd-ports-gnome-395edba19f0ee869087724df96d02e947ef3495b.tar.gz freebsd-ports-gnome-395edba19f0ee869087724df96d02e947ef3495b.tar.zst freebsd-ports-gnome-395edba19f0ee869087724df96d02e947ef3495b.zip |
- Stage support
Diffstat (limited to 'audio')
-rw-r--r-- | audio/shntool/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/shntool/Makefile b/audio/shntool/Makefile index 1314a77d00a9..322a9b9cb3c8 100644 --- a/audio/shntool/Makefile +++ b/audio/shntool/Makefile @@ -11,8 +11,8 @@ COMMENT= Multi-purpose .wav processing utility GNU_CONFIGURE= yes SHN_ALIASES= tool len fix hash pad join split cat cmp cue conv info strip gen trim -PLIST_FILES= ${SHN_ALIASES:S|^|bin/shn|} -MAN1= shntool.1 +PLIST_FILES= ${SHN_ALIASES:S|^|bin/shn|} \ + man/man1/shntool.1.gz OPTIONS_DEFINE= AIFF SHN FLAC APE OFR LPAC WV ALAC LA TTA BONK KXS AIFF_DESC= AIFF support via sox @@ -29,7 +29,6 @@ KXS_DESC= Kexis support RDEP= AIFF:sox SHN:shorten FLAC APE:mac OFR:ofr:optimfrog LPAC WV:wavpack \ ALAC:alac LA:linux-laudio TTA:ttaenc:tta BONK KXS:kexis -NO_STAGE= yes .include <bsd.port.options.mk> .for o in ${PORT_OPTIONS} |