diff options
-rw-r--r-- | www/mod_security/Makefile | 1 | ||||
-rw-r--r-- | www/mod_security/pkg-plist | 2 |
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 |