diff options
Diffstat (limited to 'mail/postfix28/Makefile')
-rw-r--r-- | mail/postfix28/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index 440cf692d1f3..fbb48fc5a8e8 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: postfix -# Version required: 19991231 # Date created: 18 Mar 1999 # Whom: torstenb # # $FreeBSD$ # -DISTNAME= postfix-19991231-pl06 -PKGNAME= postfix-19991231.06 +PORTNAME= postfix +PORTVERSION= 19991231.06 CATEGORIES= mail MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \ ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \ @@ -16,6 +15,7 @@ MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \ ftp://ftp.sunet.se/pub/unix/mail/postfix/official/ \ ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/official/ \ ftp://ftp.postfix.oaktree.co.uk/pub/postfix/official/ +DISTNAME= ${PORTNAME}-19991231-pl06 MAINTAINER= torstenb@FreeBSD.org |