diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-14 04:01:08 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-14 04:01:08 +0800 |
commit | 45ce14b7018952069f2f933ec84e6f50e053e925 (patch) | |
tree | 18fa37ee8767ce479363cd222b3749f059b4cb59 /mail/postfix27 | |
parent | ce7a396a6a052a3c0fe5b94f715ce9f3d6594819 (diff) | |
download | freebsd-ports-gnome-45ce14b7018952069f2f933ec84e6f50e053e925.tar.gz freebsd-ports-gnome-45ce14b7018952069f2f933ec84e6f50e053e925.tar.zst freebsd-ports-gnome-45ce14b7018952069f2f933ec84e6f50e053e925.zip |
Update to use PORTNAME/PORTVERSION
Diffstat (limited to 'mail/postfix27')
-rw-r--r-- | mail/postfix27/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index 440cf692d1f3..fbb48fc5a8e8 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/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 |