mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
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
|
PLIST_FILES= bin/genproto
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e "s,^CC,#CC," -e "s,^CFLAGS,#CFLAGS," \
|
@${REINPLACE_CMD} -e "s,^CC,#CC," -e "s,^CFLAGS,#CFLAGS," \
|
||||||
${WRKSRC}/Makefile
|
${WRKSRC}/Makefile
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/genproto ${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/genproto ${STAGEDIR}${PREFIX}/bin
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue