diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-06-06 12:53:34 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-06-06 12:53:34 +0000 |
commit | f7b26c7469c30b8ca8c50e8dcb64fd742b86fce6 (patch) | |
tree | 4c821261479f1cfa33934e274c68970c90ccad49 /www/mod_security/Makefile | |
parent | b19c19537c6778de00cc82b7764ec9aad24257dd (diff) | |
download | ports-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/Makefile | 1 |
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} |