diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-26 17:43:16 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-26 17:43:16 +0000 |
commit | 19ed6346a6f8084e6bfff03e5d16cb3b9ee63b0e (patch) | |
tree | 72b7e149216224d1161b0fcf2d4b212073b01cfb | |
parent | d0549a1d10e7ea4101cb34d84f34951005ba6a5f (diff) | |
download | ports-19ed6346a6f8084e6bfff03e5d16cb3b9ee63b0e.tar.gz ports-19ed6346a6f8084e6bfff03e5d16cb3b9ee63b0e.zip |
Support stage
Notes
Notes:
svn path=/head/; revision=337574
-rw-r--r-- | audio/arss/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/arss/Makefile b/audio/arss/Makefile index 633d19e9dd6c..7878e795a3b7 100644 --- a/audio/arss/Makefile +++ b/audio/arss/Makefile @@ -15,7 +15,6 @@ LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 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> |