svn commit: r340127 - head/audio/s3mod

Antoine Brodin antoine at FreeBSD.org
Fri Jan 17 22:08:22 UTC 2014


Author: antoine
Date: Fri Jan 17 22:08:21 2014
New Revision: 340127
URL: http://svnweb.freebsd.org/changeset/ports/340127
QAT: https://qat.redports.org/buildarchive/r340127/

Log:
  Stage support

Modified:
  head/audio/s3mod/Makefile

Modified: head/audio/s3mod/Makefile
==============================================================================
--- head/audio/s3mod/Makefile	Fri Jan 17 22:06:32 2014	(r340126)
+++ head/audio/s3mod/Makefile	Fri Jan 17 22:08:21 2014	(r340127)
@@ -12,7 +12,6 @@ DISTNAME=	${PORTNAME}-v${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	MOD/S3M player
 
-NO_STAGE=	yes
 ALL_TARGET=	freebsd
 PLIST_FILES=	bin/s3mod
 
@@ -20,6 +19,6 @@ pre-patch:
 	@${CP} ${WRKSRC}/DspDrivers/linux_dsp.c ${WRKSRC}/dsp.c
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/s3mod ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/s3mod ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list