diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-21 07:10:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-21 07:10:10 +0800 |
commit | 75a30cbb5c37eea4cccca287ee2e502fdf25de61 (patch) | |
tree | 707328cc4ec6ba30c89818af414891c3b2b4b155 | |
parent | 1b10999e00db8e702d3ca65fd1582a7639c891c3 (diff) | |
download | freebsd-ports-gnome-75a30cbb5c37eea4cccca287ee2e502fdf25de61.tar.gz freebsd-ports-gnome-75a30cbb5c37eea4cccca287ee2e502fdf25de61.tar.zst freebsd-ports-gnome-75a30cbb5c37eea4cccca287ee2e502fdf25de61.zip |
Support stage
-rw-r--r-- | biology/jalview/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/biology/jalview/Makefile b/biology/jalview/Makefile index 1135d0a92a13..19f3540e74a2 100644 --- a/biology/jalview/Makefile +++ b/biology/jalview/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.jalview.org/source/ DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/} MAINTAINER= ports@FreeBSD.org -COMMENT= A viewer and editor for multiple sequence alignments +COMMENT= Viewer and editor for multiple sequence alignments USE_JAVA= yes JAVA_VERSION= 1.6+ @@ -20,10 +20,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME} DATADIR= ${JAVASHAREDIR}/${PORTNAME} SUB_FILES= jalview.sh -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/jalview.sh ${PREFIX}/bin/jalview - @${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/dist/* ${DATADIR} + ${INSTALL_SCRIPT} ${WRKDIR}/jalview.sh ${STAGEDIR}${PREFIX}/bin/jalview + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/dist/* ${STAGEDIR}${DATADIR} .include <bsd.port.mk> |