diff options
author | lippe <lippe@FreeBSD.org> | 2008-06-21 10:46:21 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2008-06-21 10:46:21 +0800 |
commit | 57c498552a288f8f99e69e257f5de1489007247c (patch) | |
tree | 31eb13080f44925add707f091998751c8da4db18 /biology | |
parent | be76f8ffb12376267e796e9440ed43e2618b7287 (diff) | |
download | freebsd-ports-gnome-57c498552a288f8f99e69e257f5de1489007247c.tar.gz freebsd-ports-gnome-57c498552a288f8f99e69e257f5de1489007247c.tar.zst freebsd-ports-gnome-57c498552a288f8f99e69e257f5de1489007247c.zip |
- Fix plist files installation.
- Bump PORTREVISION.
Reported by: QA Tindy
Approved by: gabor (mentor, implicit)
Diffstat (limited to 'biology')
-rw-r--r-- | biology/ssaha/Makefile | 3 |
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> |