aboutsummaryrefslogtreecommitdiffstats
path: root/audio/shntool
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-10-28 03:02:59 +0800
committerkris <kris@FreeBSD.org>2003-10-28 03:02:59 +0800
commitb0344593ed3af7a44a5c86d6bd7207a0bea3668d (patch)
treea8f589103c2b080c5c2b06306974c0da0ebb4778 /audio/shntool
parent6ad1cfc72bbf0df31e84d5fd54e5991e6b61b0ed (diff)
downloadfreebsd-ports-gnome-b0344593ed3af7a44a5c86d6bd7207a0bea3668d.tar.gz
freebsd-ports-gnome-b0344593ed3af7a44a5c86d6bd7207a0bea3668d.tar.zst
freebsd-ports-gnome-b0344593ed3af7a44a5c86d6bd7207a0bea3668d.zip
portlint (remove default EXTRACT_SUFX, reorder RUN_DEPENDS)
Diffstat (limited to 'audio/shntool')
-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>