aboutsummaryrefslogtreecommitdiffstats
path: root/biology
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-16 19:43:07 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-16 19:43:07 +0800
commit74c11866aa17e634c2ff30235a763bfa9d10a0f0 (patch)
treedfb12dd5ff92cc8fe88208df95786f965ed0963a /biology
parent9224e5334f9975c0f68f48452acafb7e2f759ac5 (diff)
downloadfreebsd-ports-gnome-74c11866aa17e634c2ff30235a763bfa9d10a0f0.tar.gz
freebsd-ports-gnome-74c11866aa17e634c2ff30235a763bfa9d10a0f0.tar.zst
freebsd-ports-gnome-74c11866aa17e634c2ff30235a763bfa9d10a0f0.zip
Support staging
Diffstat (limited to 'biology')
-rw-r--r--biology/sim4/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/biology/sim4/Makefile b/biology/sim4/Makefile
index dc5087c67698..21844aea6886 100644
--- a/biology/sim4/Makefile
+++ b/biology/sim4/Makefile
@@ -18,12 +18,11 @@ WRKSRC= ${WRKDIR}/sim4.${PORTVERSION:S/./-/g}
ALL_TARGET= sim4
PLIST_FILES= bin/sim4
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e 's|^CC=|CC?=|g ; \
s|^CFLAGS=|CFLAGS+=|g' ${WRKSRC}/Makefile
do-install:
- @ ${INSTALL_PROGRAM} ${WRKSRC}/sim4 ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/sim4 ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>