diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-05 12:24:08 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-05-05 12:24:08 +0000 |
commit | b2097beda00d2803af7fa4da9fe7079b89691817 (patch) | |
tree | 79997cadc95c525d3c78eb5ffe687acec9b6e50e /biology/ncbi-toolkit/Makefile | |
parent | b80af37e47a8de490b57ed1f1a459cadf2f73110 (diff) | |
download | ports-b2097beda00d2803af7fa4da9fe7079b89691817.tar.gz ports-b2097beda00d2803af7fa4da9fe7079b89691817.zip |
Notes
Diffstat (limited to 'biology/ncbi-toolkit/Makefile')
-rw-r--r-- | biology/ncbi-toolkit/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/biology/ncbi-toolkit/Makefile b/biology/ncbi-toolkit/Makefile index 4a12fd525b78..9298ff20dd6c 100644 --- a/biology/ncbi-toolkit/Makefile +++ b/biology/ncbi-toolkit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ncbi-toolkit -PORTVERSION= 2002.04.26 +PORTVERSION= 2003.04.21 CATEGORIES= biology MASTER_SITES= ftp://ftp.ncbi.nih.gov/toolbox/ncbi_tools/old/${PORTVERSION:S/.//g}/ DISTNAME= ncbi @@ -15,16 +15,12 @@ MAINTAINER= tonym@biolateral.com.au COMMENT= NCBI development toolkit, including BLAST 2 and GenBank/Entrez support USE_MOTIF= yes -USE_REINPLACE= yes # # In the files directory we have: # DUMMYMAKE= Makefile -PLATFORMDIR= ${WRKSRC}/platform -BUILDSCRIPT= ${WRKSRC}/make/makedis.csh - DOCDIR= ${PREFIX}/share/doc/${PORTNAME} CPIO= cpio --quiet -pdum -R @@ -37,8 +33,6 @@ CPIO= cpio --quiet -pdum -R pre-configure: @${CP} ${FILESDIR}/${DUMMYMAKE} ${WRKSRC} - @${CP} ${FILESDIR}/freebsd.ncbi.mk ${PLATFORMDIR} - @${REINPLACE_CMD} -e 's#NetBSD#FreeBSD#;' -e 's#netbsd#freebsd#' ${BUILDSCRIPT} post-install: @${MKDIR} ${DATADIR} |