diff options
author | James E. Housley <jeh@FreeBSD.org> | 2000-10-26 10:19:07 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2000-10-26 10:19:07 +0000 |
commit | 6e596a863e41f155740a8f965baa86689c8956b5 (patch) | |
tree | 2c87b09f40b648f0687e8dac765b66f4c4fab75c /biology/sim4/Makefile | |
parent | Make it buildable if crypto bits are installed. (diff) |
Update biology/sim4 to 2000.10.19
Maintainership over to FreeBSD bio-porters mailing list
PR: 22306
Submitted by: Johann Visagie <johann@egenetics.com> MAINTAINER
Notes
Notes:
svn path=/head/; revision=34252
Diffstat (limited to 'biology/sim4/Makefile')
-rw-r--r-- | biology/sim4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/biology/sim4/Makefile b/biology/sim4/Makefile index 3a08a6f38142..5a8c919701b5 100644 --- a/biology/sim4/Makefile +++ b/biology/sim4/Makefile @@ -6,14 +6,14 @@ # PORTNAME= sim4 -PORTVERSION= 2000.08.24 +PORTVERSION= 2000.10.19 CATEGORIES= biology MASTER_SITES= http://globin.cse.psu.edu/ftp/dist/sim4/ DISTNAME= sim4 -MAINTAINER= johann@egenetics.com +MAINTAINER= bio@freebsd.net -WRKSRC= ${WRKDIR}/sim4.2000-08-24 +WRKSRC= ${WRKDIR}/sim4.${PORTVERSION:S/./-/g} ALL_TARGET= sim4 |