diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-05-24 08:46:07 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-05-24 08:46:07 +0800 |
commit | 2360323c010b21f18ce93f6c922c7f8d94139793 (patch) | |
tree | 7ac1c41d99100c92b35f138dbdf33e086a002957 /mail | |
parent | c6362bcecb03bc3616540a96550c0f46908ec319 (diff) | |
download | freebsd-ports-gnome-2360323c010b21f18ce93f6c922c7f8d94139793.tar.gz freebsd-ports-gnome-2360323c010b21f18ce93f6c922c7f8d94139793.tar.zst freebsd-ports-gnome-2360323c010b21f18ce93f6c922c7f8d94139793.zip |
Portlint compliance
PR: 38462
Submitted by: maintainer
Diffstat (limited to 'mail')
-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 |