diff options
author | osa <osa@FreeBSD.org> | 2003-10-23 09:57:47 +0000 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-10-23 09:57:47 +0000 |
commit | 6381d0f4fbb5549958bab5bb0174fd3e03c1a95d (patch) | |
tree | 9a7db8f0679055f787be52c3f022b1d4bb4cf25d /www | |
parent | 649a795a64f068f5ce88c6c0bf6f9fd225bf9094 (diff) | |
download | FreeBSD-ports-6381d0f4fbb5549958bab5bb0174fd3e03c1a95d.zip FreeBSD-ports-6381d0f4fbb5549958bab5bb0174fd3e03c1a95d.tar.gz |
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
Diffstat (limited to 'www')
-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 4b7a886..ca60406 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 |