diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-13 20:01:08 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-13 20:01:08 +0000 |
commit | 28849e36e90815aed6c95e0187cc1b0bac0906f3 (patch) | |
tree | 618ad4af1b7aa492c70b0b12e4151ef6c5087bb4 /mail/postfix/Makefile | |
parent | 6028b9f95256d11d28f23194f65f96cca1b9325c (diff) | |
download | ports-28849e36e90815aed6c95e0187cc1b0bac0906f3.tar.gz ports-28849e36e90815aed6c95e0187cc1b0bac0906f3.zip |
Notes
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r-- | mail/postfix/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 440cf692d1f3..fbb48fc5a8e8 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/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 |