aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix24
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2001-09-14 11:23:22 +0800
committerdwcjr <dwcjr@FreeBSD.org>2001-09-14 11:23:22 +0800
commit69feacd8d5cb290eb5fa20bf9e9e2859d7f81707 (patch)
treef1eedb339321ce2b6c10f5a700c42c2320e7ee03 /mail/postfix24
parent0d2a415a1fff880d33872c5e7d18687839cbfa70 (diff)
downloadfreebsd-ports-gnome-69feacd8d5cb290eb5fa20bf9e9e2859d7f81707.tar.gz
freebsd-ports-gnome-69feacd8d5cb290eb5fa20bf9e9e2859d7f81707.tar.zst
freebsd-ports-gnome-69feacd8d5cb290eb5fa20bf9e9e2859d7f81707.zip
Fix path on main.cf in reference to prefix
Bump PORTREVISION PR: 30547 Submitted by: hanahara@meiko.co.jp
Diffstat (limited to 'mail/postfix24')
-rw-r--r--mail/postfix24/Makefile2
-rw-r--r--mail/postfix24/files/patch-aj2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix24/Makefile b/mail/postfix24/Makefile
index 2bdbd480f0ea..d1cb807573aa 100644
--- a/mail/postfix24/Makefile
+++ b/mail/postfix24/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/postfix24/files/patch-aj b/mail/postfix24/files/patch-aj
index fa3cc640eb53..2f27afd4a13a 100644
--- a/mail/postfix24/files/patch-aj
+++ b/mail/postfix24/files/patch-aj
@@ -7,7 +7,7 @@
--- 220,222 ----
#
-! program_directory = !!PREFIX!!/usr/libexec/postfix
+! program_directory = !!PREFIX!!/libexec/postfix
***************
*** 263,267 ****