summaryrefslogtreecommitdiff
path: root/www/mod_security
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-10-23 09:57:47 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-10-23 09:57:47 +0000
commit838dabf6bcee2a2b4ba1fd69b781644efdd3cc20 (patch)
treea582a76e4698b23baca969fdd56b8ddb51567d2b /www/mod_security
parentFix configure error (diff)
Fix installation procedure: modsecurity Inc. released a bug-fix,
but forgot to bump version number of pdf doc. Do not bump PORTREVISION. Notify from: bento via kris No cookie for: maintainer
Notes
Notes: svn path=/head/; revision=91942
Diffstat (limited to 'www/mod_security')
-rw-r--r--www/mod_security/Makefile4
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