diff options
author | vd <vd@FreeBSD.org> | 2007-01-25 20:22:50 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2007-01-25 20:22:50 +0800 |
commit | 4cab49ff214c98970130bd251cd5a5a95731c800 (patch) | |
tree | 89ac6ee0e1bc95ddea3d53dba2375c6007d241ef /biology/recombine/Makefile | |
parent | f646ce25fe57dcd2f7e9680373daff764b084469 (diff) | |
download | freebsd-ports-gnome-4cab49ff214c98970130bd251cd5a5a95731c800.tar.gz freebsd-ports-gnome-4cab49ff214c98970130bd251cd5a5a95731c800.tar.zst freebsd-ports-gnome-4cab49ff214c98970130bd251cd5a5a95731c800.zip |
Fix master sites, un-deprecate and update biology/recombine to 1.41.
Diffstat (limited to 'biology/recombine/Makefile')
-rw-r--r-- | biology/recombine/Makefile | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/biology/recombine/Makefile b/biology/recombine/Makefile index 0b0daa69e8d2..50bcfff4b0c3 100644 --- a/biology/recombine/Makefile +++ b/biology/recombine/Makefile @@ -6,28 +6,26 @@ # PORTNAME= recombine -PORTVERSION= 1.40 +PORTVERSION= 1.41 CATEGORIES= biology -MASTER_SITES= ftp://evolution.genetics.washington.edu/pub/lamarc/recombine/ -DISTNAME= ${PORTNAME}${PORTVERSION} +MASTER_SITES= http://evolution.gs.washington.edu/lamarc/recombine/ +DISTNAME= ${PORTNAME}${PORTVERSION}.src.doc MAINTAINER= ports@FreeBSD.org COMMENT= A program to fit population models across sites -DEPRECATED= distfile disappeared from homepage -EXPIRATION_DATE= 2007-01-07 +WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} -NO_WRKSUBDIR= yes ALL_TARGET= ${PORTNAME} do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ - @ ${INSTALL_SCRIPT} ${WRKSRC}/filetran ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ + ${INSTALL_SCRIPT} ${WRKSRC}/filetran ${PREFIX}/bin/ post-install: .if !defined(NOPORTDOCS) - @ ${MKDIR} ${DOCSDIR} - @ ${INSTALL_DATA} ${WRKSRC}/*.doc ${DOCSDIR}/ + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/recombine.txt ${DOCSDIR}/ .endif .include <bsd.port.mk> |