aboutsummaryrefslogtreecommitdiff
path: root/audio/wavegain
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-05 00:28:08 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-05 00:28:08 +0000
commitd78466e705ced624c8db16e0ba6754ca65289b66 (patch)
treea1dedaf125f803741a8a9476f2e58d8609b8245a /audio/wavegain
parent42d065dbc3c5feefd92b542d8ce2e12776f98cee (diff)
downloadports-d78466e705ced624c8db16e0ba6754ca65289b66.tar.gz
ports-d78466e705ced624c8db16e0ba6754ca65289b66.zip
Support stage
Notes
Notes: svn path=/head/; revision=338712
Diffstat (limited to 'audio/wavegain')
-rw-r--r--audio/wavegain/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/audio/wavegain/Makefile b/audio/wavegain/Makefile
index ddb433b4f872..863ae094dd4c 100644
--- a/audio/wavegain/Makefile
+++ b/audio/wavegain/Makefile
@@ -6,16 +6,15 @@ PORTVERSION= 1.2.8
CATEGORIES= audio
MASTER_SITES= http://www.rarewares.org/files/others/
DISTNAME= ${PORTNAME}-${PORTVERSION}srcs${EXTRACT_SUFFIX}
+EXTRACT_SUFX= .zip
MAINTAINER= darcsis@gmail.com
-COMMENT= A program that applies ReplayGain to wave files
+COMMENT= Program that applies ReplayGain to wave files
LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile
-USES= gmake
-NO_STAGE= yes
-USE_ZIP= yes
-USE_DOS2UNIX= audio.c wavegain.c
+USES= gmake dos2unix
+DOS2UNIX_FILES= audio.c wavegain.c
PLIST_FILES= bin/wavegain
@@ -34,6 +33,6 @@ do-configure:
@cd ${WRKSRC} && ${CP} Makefile.linux Makefile
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.post.mk>