summaryrefslogtreecommitdiff
path: root/mail/postfix-current/scripts/configure.postfix
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-12-17 03:22:02 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-12-17 03:22:02 +0000
commitc55d1c9e3109c645a696ddd04226fc9be7828b26 (patch)
tree35f5ac625bcdbfab9b83ca71e4553af274dac9ff /mail/postfix-current/scripts/configure.postfix
parentforgot to remove it at last commit (diff)
Fix PCRE installation files
Submitted by: hoang@muine.org Noticed by: ben@bengross.com
Notes
Notes: svn path=/head/; revision=51638
Diffstat (limited to 'mail/postfix-current/scripts/configure.postfix')
-rw-r--r--mail/postfix-current/scripts/configure.postfix2
1 files changed, 1 insertions, 1 deletions
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"