Date: Sun, 16 Feb 2014 11:43:07 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344539 - head/biology/sim4 Message-ID: <201402161143.s1GBh78q094254@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Sun Feb 16 11:43:07 2014 New Revision: 344539 URL: http://svnweb.freebsd.org/changeset/ports/344539 QAT: https://qat.redports.org/buildarchive/r344539/ Log: Support staging Modified: head/biology/sim4/Makefile Modified: head/biology/sim4/Makefile ============================================================================== --- head/biology/sim4/Makefile Sun Feb 16 11:42:09 2014 (r344538) +++ head/biology/sim4/Makefile Sun Feb 16 11:43:07 2014 (r344539) @@ -18,12 +18,11 @@ WRKSRC= ${WRKDIR}/sim4.${PORTVERSION:S/ 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402161143.s1GBh78q094254>