diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-17 03:22:02 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-17 03:22:02 +0000 |
commit | c55d1c9e3109c645a696ddd04226fc9be7828b26 (patch) | |
tree | 35f5ac625bcdbfab9b83ca71e4553af274dac9ff /mail/postfix-current | |
parent | 3d3cb67f981f8b022a5ef308f53b5dbef3c8f645 (diff) | |
download | ports-c55d1c9e3109c645a696ddd04226fc9be7828b26.tar.gz ports-c55d1c9e3109c645a696ddd04226fc9be7828b26.zip |
Notes
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 1 | ||||
-rw-r--r-- | mail/postfix-current/pkg-plist | 6 | ||||
-rw-r--r-- | mail/postfix-current/scripts/configure.postfix | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 153be1137217..559095eb9475 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -7,6 +7,7 @@ PORTNAME= postfix PORTVERSION= 20011210 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ diff --git a/mail/postfix-current/pkg-plist b/mail/postfix-current/pkg-plist index 2f1d15f7c310..ded955d66795 100644 --- a/mail/postfix-current/pkg-plist +++ b/mail/postfix-current/pkg-plist @@ -18,8 +18,10 @@ etc/postfix/sample-local.cf etc/postfix/sample-main.cf etc/postfix/sample-master.cf etc/postfix/sample-misc.cf -%%SUB_PCRE%%etc/postfix/sample-pcre.cf -%%SUB_PCRE%%etc/postfix/sample-pcre_table +%%SUB_PCRE%%etc/postfix/sample-pcre-access.cf +%%SUB_PCRE%%etc/postfix/sample-pcre-body.cf +%%SUB_PCRE%%etc/postfix/sample-pcre-header.cf +%%SUB_PCRE%%etc/postfix/pcre_table etc/postfix/sample-qmqpd.cf etc/postfix/sample-rate.cf etc/postfix/sample-regexp.cf diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix index 49fa58fa6def..a14f77d77f03 100644 --- a/mail/postfix-current/scripts/configure.postfix +++ b/mail/postfix-current/scripts/configure.postfix @@ -56,7 +56,7 @@ while [ "$1" ]; do case $1 in \"PCRE\") echo "CONF1+= pcre_table" - echo "CONF2+= sample-pcre.cf" + echo "CONF2+= sample-pcre-access.cf sample-pcre-body.cf sample-pcre-header.cf" echo "MAN5+= pcre_table.5" echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libpcre.a:\${PORTSDIR}/devel/pcre" echo "POSTFIX_CCARGS+= -DHAS_PCRE -I\${LOCALBASE}/include" |