- uphold CC flag
PR: ports/93455 Submitted by: lioux@ Approved by: maintainer
This commit is contained in:
parent
83ac494084
commit
fd3d3ea107
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161123
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@ EXAMPLES= vncviewer.zbd vncserver.zbd server.key server.id client1.key \
|
|||
client2.key clients.id
|
||||
DOCS= README.txt LICENCE.txt CHANGES.txt zebedee.html ftpgw.tcl.html
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
-e 's| gcc| ${CC}|' \
|
||||
${BUILD_WRKSRC}/${MAKEFILE}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/zebedee ${PREFIX}/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/ftpgw.tcl ${PREFIX}/bin
|
||||
|
|
Loading…
Reference in a new issue