svn commit: r337574 - head/audio/arss

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 26 17:43:17 UTC 2013


Author: bapt
Date: Thu Dec 26 17:43:16 2013
New Revision: 337574
URL: http://svnweb.freebsd.org/changeset/ports/337574

Log:
  Support stage

Modified:
  head/audio/arss/Makefile

Modified: head/audio/arss/Makefile
==============================================================================
--- head/audio/arss/Makefile	Thu Dec 26 17:40:15 2013	(r337573)
+++ head/audio/arss/Makefile	Thu Dec 26 17:43:16 2013	(r337574)
@@ -15,7 +15,6 @@ LIB_DEPENDS=	libfftw3.so:${PORTSDIR}/mat
 
 WRKSRC=	${WRKDIR}/${DISTNAME}/src
 
-NO_STAGE=	yes
 USES=		cmake
 USE_LDCONFIG=	${PREFIX}/lib
 CFLAGS+=	-L${LOCALBASE}/lib -I${LOCALBASE}/include
@@ -23,9 +22,7 @@ CMAKE_C_FLAGS=	${CFLAGS}
 
 PLIST_FILES=	bin/arss
 
-.include <bsd.port.pre.mk>
-
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/arss ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/arss ${STAGEDIR}${PREFIX}/bin
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list