mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Support staging
This commit is contained in:
parent
f3e30472a1
commit
a98607e457
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348218
@ -16,7 +16,6 @@ MAKE_ARGS= CC=${CC} CPP=${CXX}
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
|
||||
PLIST_FILES= bin/primer3
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
-e 's#^CFLAGS.*#CFLAGS += \$$\(CC_OPTS\)#;' \
|
||||
@ -26,6 +25,7 @@ post-patch:
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/primer3_core ${PREFIX}/bin/primer3
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/primer3_core \
|
||||
${STAGEDIR}${PREFIX}/bin/primer3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user