diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-30 16:05:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-30 16:05:12 +0000 |
commit | fbebb043a5082fb58429677e2acbba264843b95e (patch) | |
tree | 1a192048bfa384103553d4c90e96fd26f67ee919 /audio/shntool | |
parent | 57e4b916c4592e13f8c40e209a7b22de6df3add5 (diff) | |
download | ports-fbebb043a5082fb58429677e2acbba264843b95e.tar.gz ports-fbebb043a5082fb58429677e2acbba264843b95e.zip |
Notes
Diffstat (limited to 'audio/shntool')
-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} |