1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix PCRE installation files

Submitted by:	hoang@muine.org
Noticed by:	ben@bengross.com
This commit is contained in:
David W. Chapman Jr. 2001-12-17 03:22:02 +00:00
parent 3d3cb67f98
commit c55d1c9e31
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51638
3 changed files with 6 additions and 3 deletions

View File

@ -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%/ \

View File

@ -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

View File

@ -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"