1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-02-19 09:10:01 +00:00
parent 334504da08
commit 5a6643d174
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345038

View File

@ -13,7 +13,6 @@ COMMENT= A powerful literate-programming macro pre-processor
PLIST_FILES= bin/fw
WRKSRC= fw_src/source
NO_STAGE= yes
do-build:
cd ${WRKDIR}/${WRKSRC} && { \
${CC} ${CFLAGS} -c *.c && \
@ -21,6 +20,6 @@ do-build:
}
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/${WRKSRC}/fw ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKDIR}/${WRKSRC}/fw ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>