svn commit: r340486 - head/biology/artemis

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 20 23:06:48 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list