Support staging
This commit is contained in:
parent
4f0c60c9f7
commit
48d77adb6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344852
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue