diff options
author | James E. Housley <jeh@FreeBSD.org> | 2000-11-14 12:05:15 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2000-11-14 12:05:15 +0000 |
commit | fb8166aa997b3e5d47128b4e8a08787cf80ee4fe (patch) | |
tree | 6284ff34a25cc6c5b7694dfe49dadab843e6fc66 /textproc | |
parent | Add ${WRKDIRPREFIX} in front of ${.CURDIR} in WRKDIR definition. (diff) |
Correct version number.
Bump PORTEPOCH
PR: 22834
Submitted by: Johann Visagie <johann@egenetics.com> MAINTAINER
Notes
Notes:
svn path=/head/; revision=35135
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-martel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/py-martel/Makefile b/textproc/py-martel/Makefile index 5c935b2f8630..36845a6f06fd 100644 --- a/textproc/py-martel/Makefile +++ b/textproc/py-martel/Makefile @@ -6,11 +6,12 @@ # PORTNAME= martel -PORTVERSION= 0.35 +PORTVERSION= 0.3.5 +PORTEPOCH= 1 CATEGORIES= textproc biology python MASTER_SITES= http://www.biopython.org/~dalke/Martel/ PKGNAMEPREFIX= py- -DISTNAME= Martel-${PORTVERSION} +DISTNAME= Martel-0.35 MAINTAINER= johann@egenetics.com |