1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2013-12-26 17:43:16 +00:00
parent d0549a1d10
commit 19ed6346a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337574

View File

@ -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>