diff options
Diffstat (limited to '')
-rw-r--r-- | www/mod_security/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_security/Makefile b/www/mod_security/Makefile index 4b7a88607a4f..ca60406617d9 100644 --- a/www/mod_security/Makefile +++ b/www/mod_security/Makefile @@ -36,8 +36,8 @@ SO= so BUILD_DEPENDS+= ${APXS}:${APACHE_PORT} RUN_DEPENDS+= ${APXS}:${APACHE_PORT} -DOCS= CHANGES INSTALL LICENSE README modsecurity-manual-${PORTVERSION}.pdf -PLIST_SUB+= VER=${PORTVERSION} +DOCS= CHANGES INSTALL LICENSE README modsecurity-manual-1.7.pdf +PLIST_SUB+= VER=1.7 do-build: @cd ${APWRKSRC} && ${APXS} -c mod_security.c |