svn commit: r337980 - head/audio/kexis

Antoine Brodin antoine at FreeBSD.org
Sun Dec 29 13:10:31 UTC 2013


Author: antoine
Date: Sun Dec 29 13:10:31 2013
New Revision: 337980
URL: http://svnweb.freebsd.org/changeset/ports/337980

Log:
  Stage support

Modified:
  head/audio/kexis/Makefile

Modified: head/audio/kexis/Makefile
==============================================================================
--- head/audio/kexis/Makefile	Sun Dec 29 13:01:28 2013	(r337979)
+++ head/audio/kexis/Makefile	Sun Dec 29 13:10:31 2013	(r337980)
@@ -10,11 +10,10 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Lossless WAV file compressor
 
-NO_STAGE=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 PLIST_FILES=	bin/kexis
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/kexis ${PREFIX}/bin/
+	${INSTALL_PROGRAM} ${WRKSRC}/kexis ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list