aboutsummaryrefslogtreecommitdiff
path: root/www/mod_security/Makefile
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 /www/mod_security/Makefile
parentb19c19537c6778de00cc82b7764ec9aad24257dd (diff)
downloadports-f7b26c7469c30b8ca8c50e8dcb64fd742b86fce6.tar.gz
ports-f7b26c7469c30b8ca8c50e8dcb64fd742b86fce6.zip
> 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
Diffstat (limited to 'www/mod_security/Makefile')
-rw-r--r--www/mod_security/Makefile1
1 files changed, 0 insertions, 1 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}