diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-27 01:43:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-27 01:43:16 +0800 |
commit | 32e1ff184563887b001beeb152f82db2abeff96d (patch) | |
tree | 72b7e149216224d1161b0fcf2d4b212073b01cfb | |
parent | f0030e470a14de24be9f9c7603dc9c59792d6109 (diff) | |
download | freebsd-ports-gnome-32e1ff184563887b001beeb152f82db2abeff96d.tar.gz freebsd-ports-gnome-32e1ff184563887b001beeb152f82db2abeff96d.tar.zst freebsd-ports-gnome-32e1ff184563887b001beeb152f82db2abeff96d.zip |
Support stage
-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> |