diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-05 00:28:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-05 00:28:08 +0000 |
commit | d78466e705ced624c8db16e0ba6754ca65289b66 (patch) | |
tree | a1dedaf125f803741a8a9476f2e58d8609b8245a /audio/wavegain | |
parent | 42d065dbc3c5feefd92b542d8ce2e12776f98cee (diff) | |
download | ports-d78466e705ced624c8db16e0ba6754ca65289b66.tar.gz ports-d78466e705ced624c8db16e0ba6754ca65289b66.zip |
Notes
Diffstat (limited to 'audio/wavegain')
-rw-r--r-- | audio/wavegain/Makefile | 11 |
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> |