diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-10-21 21:14:52 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-10-21 21:14:52 +0000 |
commit | 6e651be77728af7df1504e6c5914bacb565e3c79 (patch) | |
tree | 6718efc57bdb127c4edcb9a8c0db2d03655a81af /www/mod_tsunami/Makefile | |
parent | 61dd609a21bb643eafbbb3d259a6a7bf9e04828f (diff) |
Notes
Diffstat (limited to 'www/mod_tsunami/Makefile')
-rw-r--r-- | www/mod_tsunami/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_tsunami/Makefile b/www/mod_tsunami/Makefile index 0bfdc544a95c..2221ef8a2af4 100644 --- a/www/mod_tsunami/Makefile +++ b/www/mod_tsunami/Makefile @@ -6,16 +6,15 @@ # PORTNAME= mod_tsunami -PORTVERSION= 2.0 +PORTVERSION= 3.0 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= mod-tsunami +MASTER_SITES= http://bertrand.demiddelaer.org/mod_tsunami/ MAINTAINER= ale@FreeBSD.org COMMENT= Apache module which dynamically limits a site's slot usage USE_APACHE= yes -DOCS= AUTHORS Changelog INSTALL LICENSE README +DOCS= AUTHORS Changelog README do-build: @cd ${WRKSRC} && ${APXS} -c mod_tsunami.c @@ -27,6 +26,7 @@ do-install: .for f in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor + @${CP} -R ${WRKSRC}/docs/* ${DOCSDIR} .endif post-install: |