aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorFelippe de Meirelles Motta <lippe@FreeBSD.org>2008-06-21 02:46:21 +0000
committerFelippe de Meirelles Motta <lippe@FreeBSD.org>2008-06-21 02:46:21 +0000
commit7de163573fe22bfc6bd4e39ab17441a455ce8344 (patch)
tree15384606f6abede83c1972f3d119519350dff67d /biology
parent23cfdaec5c750bea06c3ef30920ea943aada6ed9 (diff)
downloadports-7de163573fe22bfc6bd4e39ab17441a455ce8344.tar.gz
ports-7de163573fe22bfc6bd4e39ab17441a455ce8344.zip
- Fix plist files installation.
- Bump PORTREVISION. Reported by: QA Tindy Approved by: gabor (mentor, implicit)
Notes
Notes: svn path=/head/; revision=215432
Diffstat (limited to 'biology')
-rw-r--r--biology/ssaha/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/ssaha/Makefile b/biology/ssaha/Makefile
index 8855ac6ec0fa..4051ece68a55 100644
--- a/biology/ssaha/Makefile
+++ b/biology/ssaha/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ssaha
PORTVERSION= 3.1c
+PORTREVISION= 1
CATEGORIES= biology
MASTER_SITES= http://www.sanger.ac.uk/Software/analysis/${PORTNAME:U}/
DISTNAME= ${PORTNAME}_v${PORTVERSION:S/.//}
@@ -28,6 +29,6 @@ do-install:
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/ssaha ${PREFIX}/bin
@${MKDIR} ${DATADIR}
${INSTALL_SCRIPT} ${BUILD_WRKSRC}/testSSAHA.csh ${DATADIR}/
- ${INSTALL_DATA} ${DATA_FILES:S,^,${WRKSRC}/,} ${DATADIR}/
+ ${INSTALL_DATA} ${DATA_FILES:S,^,${BUILD_WRKSRC}/,} ${DATADIR}/
.include <bsd.port.mk>