Date: Mon, 20 Jan 2014 23:06:48 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340486 - head/biology/artemis Message-ID: <201401202306.s0KN6mFi032402@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Jan 20 23:06:48 2014 New Revision: 340486 URL: http://svnweb.freebsd.org/changeset/ports/340486 QAT: https://qat.redports.org/buildarchive/r340486/ Log: Support stage Modified: head/biology/artemis/Makefile Modified: head/biology/artemis/Makefile ============================================================================== --- head/biology/artemis/Makefile Mon Jan 20 23:00:56 2014 (r340485) +++ head/biology/artemis/Makefile Mon Jan 20 23:06:48 2014 (r340486) @@ -10,7 +10,7 @@ MASTER_SITES= http://www.sanger.ac.uk/So DISTNAME= artemis_compiled_v${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A DNA sequence viewer and annotation tool +COMMENT= DNA sequence viewer and annotation tool WRKSRC= ${WRKDIR}/${PORTNAME} @@ -20,14 +20,13 @@ JAVA_VERSION= 1.6+ NO_BUILD= yes PLIST_SUB= PORTVERSION="${PORTVERSION}" -NO_STAGE= yes post-extract: @${FIND} ${WRKSRC} -type d -name CVS -exec ${RM} -rf {} + do-install: - @${MKDIR} ${PREFIX}/${PORTNAME}-${PORTVERSION} - @${TAR} -C ${WRKSRC} -cf- . | ${TAR} -C ${PREFIX}/${PORTNAME}-${PORTVERSION} -xpf- - @${LN} -s ${PREFIX}/${PORTNAME}-${PORTVERSION}/art ${PREFIX}/bin/art - @${LN} -s ${PREFIX}/${PORTNAME}-${PORTVERSION}/act ${PREFIX}/bin/act + @${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}-${PORTVERSION} + @${TAR} -C ${WRKSRC} -cf- . | ${TAR} -C ${STAGEDIR}${PREFIX}/${PORTNAME}-${PORTVERSION} -xpf- + @${LN} -s ${PREFIX}/${PORTNAME}-${PORTVERSION}/art ${STAGEDIR}${PREFIX}/bin/art + @${LN} -s ${PREFIX}/${PORTNAME}-${PORTVERSION}/act ${STAGEDIR}${PREFIX}/bin/act .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401202306.s0KN6mFi032402>