Support staging

This commit is contained in:
Emanuel Haupt 2014-02-21 10:26:27 +00:00
parent a0b0a75963
commit 3d148e3d61
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345360

View File

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