diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-08-02 04:29:35 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-08-02 04:29:35 +0800 |
commit | 44e14fc405d9c6f760c0b2680e7240627f97fec2 (patch) | |
tree | d8a6a0b7e6f5dd079671efa9fadb281d8d582859 /mail/postfix23 | |
parent | 3979008d56c8295471fbb5db76873c0aa24a6ec5 (diff) | |
download | freebsd-ports-gnome-44e14fc405d9c6f760c0b2680e7240627f97fec2.tar.gz freebsd-ports-gnome-44e14fc405d9c6f760c0b2680e7240627f97fec2.tar.zst freebsd-ports-gnome-44e14fc405d9c6f760c0b2680e7240627f97fec2.zip |
Fix "typo" in previous commit.
Submitted by: KIMURA Yasuhiro
Diffstat (limited to 'mail/postfix23')
-rw-r--r-- | mail/postfix23/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix23/Makefile b/mail/postfix23/Makefile index a2781affe180..e00d44d118ac 100644 --- a/mail/postfix23/Makefile +++ b/mail/postfix23/Makefile @@ -7,7 +7,7 @@ PORTNAME= postfix PORTVERSION= 2.3.2 -PORTVERSION= 1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ |