svn commit: r338712 - head/audio/wavegain

Baptiste Daroussin bapt at FreeBSD.org
Sun Jan 5 00:28:09 UTC 2014


Author: bapt
Date: Sun Jan  5 00:28:08 2014
New Revision: 338712
URL: http://svnweb.freebsd.org/changeset/ports/338712

Log:
  Support stage

Modified:
  head/audio/wavegain/Makefile

Modified: head/audio/wavegain/Makefile
==============================================================================
--- head/audio/wavegain/Makefile	Sun Jan  5 00:26:40 2014	(r338711)
+++ head/audio/wavegain/Makefile	Sun Jan  5 00:28:08 2014	(r338712)
@@ -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 at 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>


More information about the svn-ports-all mailing list