diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-24 00:46:07 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-24 00:46:07 +0000 |
commit | 18b1fb0dc42a5e64e0b260380e5e04302c2c73b9 (patch) | |
tree | db88c3c303649ae5b8bb0cd8b30688651b159f14 /mail/ecartis | |
parent | 0e381c720e479bae69aa320c33fe929f8842d801 (diff) | |
download | ports-18b1fb0dc42a5e64e0b260380e5e04302c2c73b9.tar.gz ports-18b1fb0dc42a5e64e0b260380e5e04302c2c73b9.zip |
Notes
Diffstat (limited to 'mail/ecartis')
-rw-r--r-- | mail/ecartis/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/ecartis/Makefile b/mail/ecartis/Makefile index f2b30c491696..9db298cbe843 100644 --- a/mail/ecartis/Makefile +++ b/mail/ecartis/Makefile @@ -6,10 +6,11 @@ # PORTNAME= ecartis -PORTVERSION= 1.0.0-snap20020514 +PORTVERSION= 1.0.0.s20020514 +PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.ecartis.org/pub/ecartis/snapshots/tar/ -DISTNAME= ecartis-1.0.0-snap20020514 +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.s/-snap/} MAINTAINER= trish@bsdunix.net |