Support staging

This commit is contained in:
Emanuel Haupt 2014-02-18 10:00:55 +00:00
parent 4f0c60c9f7
commit 48d77adb6e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344852

View file

@ -11,12 +11,11 @@ COMMENT= Generates prototypes from C/C++ code
PLIST_FILES= bin/genproto
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e "s,^CC,#CC," -e "s,^CFLAGS,#CFLAGS," \
${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/genproto ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/genproto ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>