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/scripts/configure.postfix | |
parent | forgot 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.postfix | 2 |
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" |