diff options
Diffstat (limited to 'www/flood/Makefile')
-rw-r--r-- | www/flood/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www/flood/Makefile b/www/flood/Makefile index 2392619d4d14..e90b41782c44 100644 --- a/www/flood/Makefile +++ b/www/flood/Makefile @@ -7,7 +7,7 @@ PORTNAME= flood PORTVERSION= 0.20031002 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kuriyama @@ -45,4 +45,9 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/docs/docbook/* ${DOCSDIR}/docbook .endif +ANONCVS= cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic + +maint-checkout: + ${ANONCVS} co httpd-test/flood + .include <bsd.port.mk> |