summaryrefslogtreecommitdiff
path: root/mail/postfix25
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-09-14 03:23:22 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-09-14 03:23:22 +0000
commiteadccd4ec32966607b4b7b145dbf93919ed36e95 (patch)
tree72ae55dec5b0e8ae2f4370db4f462e606bea2178 /mail/postfix25
parentFix malloc bug when config file does not exist (diff)
Fix path on main.cf in reference to prefix
Bump PORTREVISION PR: 30547 Submitted by: hanahara@meiko.co.jp
Notes
Notes: svn path=/head/; revision=47813
Diffstat (limited to 'mail/postfix25')
-rw-r--r--mail/postfix25/Makefile2
-rw-r--r--mail/postfix25/files/patch-aj2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix25/Makefile b/mail/postfix25/Makefile
index 2bdbd480f0ea..d1cb807573aa 100644
--- a/mail/postfix25/Makefile
+++ b/mail/postfix25/Makefile
@@ -7,7 +7,7 @@
PORTNAME= postfix
PORTVERSION= 20010228.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \
diff --git a/mail/postfix25/files/patch-aj b/mail/postfix25/files/patch-aj
index fa3cc640eb53..2f27afd4a13a 100644
--- a/mail/postfix25/files/patch-aj
+++ b/mail/postfix25/files/patch-aj
@@ -7,7 +7,7 @@
--- 220,222 ----
#
-! program_directory = !!PREFIX!!/usr/libexec/postfix
+! program_directory = !!PREFIX!!/libexec/postfix
***************
*** 263,267 ****