mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
Support staging
This commit is contained in:
parent
1f6893241a
commit
5842379229
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344539
1 changed files with 1 additions and 2 deletions
|
@ -18,12 +18,11 @@ WRKSRC= ${WRKDIR}/sim4.${PORTVERSION:S/./-/g}
|
||||||
ALL_TARGET= sim4
|
ALL_TARGET= sim4
|
||||||
PLIST_FILES= bin/sim4
|
PLIST_FILES= bin/sim4
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} -e 's|^CC=|CC?=|g ; \
|
${REINPLACE_CMD} -e 's|^CC=|CC?=|g ; \
|
||||||
s|^CFLAGS=|CFLAGS+=|g' ${WRKSRC}/Makefile
|
s|^CFLAGS=|CFLAGS+=|g' ${WRKSRC}/Makefile
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
@ ${INSTALL_PROGRAM} ${WRKSRC}/sim4 ${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/sim4 ${STAGEDIR}${PREFIX}/bin
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue