summaryrefslogtreecommitdiff
path: root/www/mod_vhs/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-09-19 13:20:52 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-09-19 13:20:52 +0000
commit5aa0d1d2e253cdbe1e4d7b9bfa430efd13a5a1cc (patch)
treee4561f40dfc1af1c9d049a3f05c9cc46237779a6 /www/mod_vhs/Makefile
parent- Update to 1.4.4 (diff)
- Update to 1.0.22
PR: ports/86329 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=143155
Diffstat (limited to 'www/mod_vhs/Makefile')
-rw-r--r--www/mod_vhs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mod_vhs/Makefile b/www/mod_vhs/Makefile
index 74b325a34dbc..a342e3b694f2 100644
--- a/www/mod_vhs/Makefile
+++ b/www/mod_vhs/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mod_vhs
-PORTVERSION= 1.0.20
+PORTVERSION= 1.0.22
CATEGORIES= www
MASTER_SITES= http://www.oav.net/projects/mod_vhs/
DIST_SUBDIR= apache2
@@ -28,7 +28,8 @@ AP_INC+= ${LOCALBASE}/include/home
AP_LIB+= ${LOCALBASE}/lib -lhome
AP_EXTRAS+= -I ${LOCALBASE}/include/php -I ${LOCALBASE}/include/php/Zend -I ${LOCALBASE}/include/php/TSRM -DHAVE_MOD_PHP_SUPPORT
-PORTDOCS= AUTHORS README README.logs README.wildcards
+PORTDOCS= ChangeLog AUTHORS README README.logs README.wildcards WARNING \
+ WARNING.THREADS
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"