summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-06-06 12:53:34 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-06-06 12:53:34 +0000
commitf7b26c7469c30b8ca8c50e8dcb64fd742b86fce6 (patch)
tree4c821261479f1cfa33934e274c68970c90ccad49
parentUpdate to 1.2.6. (diff)
> the installed file is *always* mod_security.so, even with
> apache2...only the filename passed to apxs is different. You learn everyday something new about Apache, even if it means you have to admit you were too enthousiastic about getting things udpated. Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Notes
Notes: svn path=/head/; revision=82360
-rw-r--r--www/mod_security/Makefile1
-rw-r--r--www/mod_security/pkg-plist2
2 files changed, 1 insertions, 2 deletions
diff --git a/www/mod_security/Makefile b/www/mod_security/Makefile
index 6ca88fdfdfcc..18c07be9dc79 100644
--- a/www/mod_security/Makefile
+++ b/www/mod_security/Makefile
@@ -33,7 +33,6 @@ APWRKSRC?= ${WRKSRC}/apache1
PLIST_SUB= APACHE=apache
SO= so
.endif
-PLIST_SUB+= SO=${SO}
BUILD_DEPENDS+= ${APXS}:${APACHE_PORT}
RUN_DEPENDS+= ${APXS}:${APACHE_PORT}
diff --git a/www/mod_security/pkg-plist b/www/mod_security/pkg-plist
index 69d33f8da497..16d43e24a148 100644
--- a/www/mod_security/pkg-plist
+++ b/www/mod_security/pkg-plist
@@ -1,4 +1,4 @@
-libexec/%%APACHE%%/mod_security.%%SO%%
+libexec/%%APACHE%%/mod_security.so
@exec %D/sbin/apxs -e -a -n security %D/%F
@unexec %D/sbin/apxs -e -A -n security %D/%F
%%PORTDOCS%%share/doc/mod_security/CHANGES