diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-08-23 19:51:55 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-08-23 19:51:55 +0000 |
commit | d053d6ed74d1d11e0881fb478c4c57a60d197d46 (patch) | |
tree | 377f361798f17cbfbba6718fccda6109fa76725b /audio/shorten/Makefile | |
parent | 4fa422cd620bcf4350f1dff4c629e8e0899cb25c (diff) |
Notes
Diffstat (limited to 'audio/shorten/Makefile')
-rw-r--r-- | audio/shorten/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/shorten/Makefile b/audio/shorten/Makefile index 5562c60e9ef0..02eb38363e8c 100644 --- a/audio/shorten/Makefile +++ b/audio/shorten/Makefile @@ -6,17 +6,16 @@ # PORTNAME= shorten -PORTVERSION= 3.1 +PORTVERSION= 3.3 CATEGORIES= audio archivers -MASTER_SITES= http://www.etree.org/software/ +MASTER_SITES= http://shnutils.etree.org/misc/ MAINTAINER= sec@42.org RESTRICTED= "May not be sold." -MAN1= shorten.1 +GNU_CONFIGURE= yes -post-install: - strip ${PREFIX}/bin/shorten +MAN1= shorten.1 .include <bsd.port.mk> |