diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-24 21:30:41 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-24 21:30:41 +0000 |
commit | 7190f34e9bc3e806930fd3de4aa7252620b5d917 (patch) | |
tree | 32cbf78e5cebd69e3e1a7e972a0d6b143dad85f9 /www | |
parent | b01de0fe08995c923556765491684995c4867639 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/awstats-devel/Makefile | 3 | ||||
-rw-r--r-- | www/awstats/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/www/awstats-devel/Makefile b/www/awstats-devel/Makefile index 3e88db8dc18f..7442c6d846ca 100644 --- a/www/awstats-devel/Makefile +++ b/www/awstats-devel/Makefile @@ -12,11 +12,12 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz -MAINTAINER= clement@FreeBSD.org +MAINTAINER= webmaster@lightningfire.net COMMENT= Free real-time logfile analyzer to get advanced web statistics NO_BUILD= yes USE_PERL5_RUN= yes +RUN_DEPENDS+= ${SITE_PERL}/Net/XWhois.pm:${PORTDIRS}/p5-Net-XWhois do-install: @${MKDIR} ${PREFIX}/www/cgi-bin/lang diff --git a/www/awstats/Makefile b/www/awstats/Makefile index 3e88db8dc18f..7442c6d846ca 100644 --- a/www/awstats/Makefile +++ b/www/awstats/Makefile @@ -12,11 +12,12 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz -MAINTAINER= clement@FreeBSD.org +MAINTAINER= webmaster@lightningfire.net COMMENT= Free real-time logfile analyzer to get advanced web statistics NO_BUILD= yes USE_PERL5_RUN= yes +RUN_DEPENDS+= ${SITE_PERL}/Net/XWhois.pm:${PORTDIRS}/p5-Net-XWhois do-install: @${MKDIR} ${PREFIX}/www/cgi-bin/lang |