1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-02-25 17:20:25 +00:00
parent 91ffaa9e4c
commit 72f15076fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346049

View File

@ -13,11 +13,10 @@ ALL_TARGET= default
PLIST_FILES= bin/ripole
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e '/^CFLAGS/d' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>