1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Fix IGNORE s,(,\(,

This commit is contained in:
Clement Laforet 2004-05-29 22:17:16 +00:00
parent ae67bcb215
commit 2864efb22d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110327
2 changed files with 4 additions and 4 deletions

View File

@ -116,8 +116,8 @@ PLIST_SUB+= PORTS_APR="@comment "
.else
. if exists(${LOCALBASE}/lib/libapr-0.so)
IGNORE= "apr is installed and may conflict with apache one\
(if you want to use apr port define WITH_APR_FROM_PORTS,\
at your own risk)"
\(if you want to use apr port define WITH_APR_FROM_PORTS,\
at your own risk\)"
. endif
PLIST_SUB+= PORTS_APR=""
.endif

View File

@ -116,8 +116,8 @@ PLIST_SUB+= PORTS_APR="@comment "
.else
. if exists(${LOCALBASE}/lib/libapr-0.so)
IGNORE= "apr is installed and may conflict with apache one\
(if you want to use apr port define WITH_APR_FROM_PORTS,\
at your own risk)"
\(if you want to use apr port define WITH_APR_FROM_PORTS,\
at your own risk\)"
. endif
PLIST_SUB+= PORTS_APR=""
.endif