From c55d1c9e3109c645a696ddd04226fc9be7828b26 Mon Sep 17 00:00:00 2001 From: "David W. Chapman Jr." Date: Mon, 17 Dec 2001 03:22:02 +0000 Subject: Fix PCRE installation files Submitted by: hoang@muine.org Noticed by: ben@bengross.com --- mail/postfix-current/scripts/configure.postfix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/postfix-current/scripts/configure.postfix') 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" -- cgit v1.2.3