summaryrefslogtreecommitdiff
path: root/audio/shntool/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-27 19:02:59 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-27 19:02:59 +0000
commit72246baa2d2f6a0c314a4ef078405072f17c3a7e (patch)
tree751c4205a37120cd02811c36c4dd9b355d63dfbe /audio/shntool/Makefile
parentUtilize INFO (diff)
portlint (remove default EXTRACT_SUFX, reorder RUN_DEPENDS)
Notes
Notes: svn path=/head/; revision=92341
Diffstat (limited to '')
-rw-r--r--audio/shntool/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/shntool/Makefile b/audio/shntool/Makefile
index b606f0a966fb..e40e57ea3293 100644
--- a/audio/shntool/Makefile
+++ b/audio/shntool/Makefile
@@ -11,16 +11,15 @@ CATEGORIES= audio
MASTER_SITES= http://shnutils.freeshell.org/shntool/source/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= fenner
-EXTRACT_SUFX= .tar.gz
MAINTAINER= fenner@FreeBSD.Org
COMMENT= Multi-purpose .wav/.shn processing utility
+RUN_DEPENDS= shorten:${PORTSDIR}/audio/shorten
+
GNU_CONFIGURE= yes
USE_GMAKE= yes
-RUN_DEPENDS= shorten:${PORTSDIR}/audio/shorten
-
MAN1= shntool.1
.include <bsd.port.mk>