diff options
author | clement <clement@FreeBSD.org> | 2004-06-02 16:15:58 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-06-02 16:15:58 +0800 |
commit | cad34c44ffafce3d0ccaff23c7e212b500655b33 (patch) | |
tree | dd45a15733631cabb4024f6cd84f3dccfdd8d2e4 /www/apache20 | |
parent | 7d8d506eed03deb4b03db6a33507b24d26b9a6a8 (diff) | |
download | freebsd-ports-gnome-cad34c44ffafce3d0ccaff23c7e212b500655b33.tar.gz freebsd-ports-gnome-cad34c44ffafce3d0ccaff23c7e212b500655b33.tar.zst freebsd-ports-gnome-cad34c44ffafce3d0ccaff23c7e212b500655b33.zip |
- remove quotes from "bogus" IGNORE string
Noticed by: kris
Diffstat (limited to 'www/apache20')
-rw-r--r-- | www/apache20/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile index 67f69020cb5b..2436be2cb027 100644 --- a/www/apache20/Makefile +++ b/www/apache20/Makefile @@ -115,9 +115,9 @@ CONFIGURE_ENV+= LTFLAGS="--tag=CXX" 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\)" +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) . endif PLIST_SUB+= PORTS_APR="" .endif |