diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-10-23 09:57:47 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-10-23 09:57:47 +0000 |
commit | 838dabf6bcee2a2b4ba1fd69b781644efdd3cc20 (patch) | |
tree | a582a76e4698b23baca969fdd56b8ddb51567d2b /www/mod_security | |
parent | 852303b498887a8378bc832b5f60ee5c55a20335 (diff) | |
download | ports-838dabf6bcee2a2b4ba1fd69b781644efdd3cc20.tar.gz ports-838dabf6bcee2a2b4ba1fd69b781644efdd3cc20.zip |
Notes
Diffstat (limited to 'www/mod_security')
-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 |