From 090f15acf530a94a743c84f71971c2019c99d42d Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 20 Jan 2014 23:06:48 +0000 Subject: Support stage --- biology/artemis/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'biology') diff --git a/biology/artemis/Makefile b/biology/artemis/Makefile index f665deffa161..64cb567766b7 100644 --- a/biology/artemis/Makefile +++ b/biology/artemis/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.sanger.ac.uk/Software/Artemis/v${PORTVERSION}/ \ 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 -- cgit v1.2.3