diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 09:40:26 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 09:40:26 +0000 |
commit | 1a048b42259d0914a97c926f72181b7e168d9a2c (patch) | |
tree | e9006384cf616aec86d1b1fd0e5f96a57124ca67 /audio/shorten | |
parent | c55338ddb80da65ab74bd75cba372b3c66cec677 (diff) | |
download | ports-1a048b42259d0914a97c926f72181b7e168d9a2c.tar.gz ports-1a048b42259d0914a97c926f72181b7e168d9a2c.zip |
Notes
Diffstat (limited to 'audio/shorten')
-rw-r--r-- | audio/shorten/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/shorten/Makefile b/audio/shorten/Makefile index bda09c845047..bc6a14738846 100644 --- a/audio/shorten/Makefile +++ b/audio/shorten/Makefile @@ -12,9 +12,8 @@ COMMENT= Fast and optionally lossless compression for waveform files RESTRICTED= May not be sold, may not be used commercially. GNU_CONFIGURE= yes -NO_STAGE= yes -MAN1= shorten.1 -PLIST_FILES= bin/shorten +PLIST_FILES= bin/shorten \ + man/man1/shorten.1.gz .include <bsd.port.mk> |