summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-26 17:43:16 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-26 17:43:16 +0000
commit19ed6346a6f8084e6bfff03e5d16cb3b9ee63b0e (patch)
tree72b7e149216224d1161b0fcf2d4b212073b01cfb /audio
parentSupport stage (diff)
Support stage
Notes
Notes: svn path=/head/; revision=337574
Diffstat (limited to 'audio')
-rw-r--r--audio/arss/Makefile7
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>