diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-03-04 05:51:50 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-03-04 05:51:50 +0000 |
commit | f4257fa9dd19ace27dce9684cd01480a420d5d17 (patch) | |
tree | cb374a1e6c61c77d2baca9e976833b865db51146 /www/wwwstat/Makefile | |
parent | da6456b482f7abeb83867c32724d739a493533da (diff) |
Notes
Diffstat (limited to 'www/wwwstat/Makefile')
-rw-r--r-- | www/wwwstat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wwwstat/Makefile b/www/wwwstat/Makefile index 168e4829d052..9f92bf2cecc7 100644 --- a/www/wwwstat/Makefile +++ b/www/wwwstat/Makefile @@ -3,14 +3,13 @@ # Date created: So 2 Mär 1997 18:10:49 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/03/02 18:26:17 andreas Exp $ # DISTNAME= wwwstat-2.01 CATEGORIES= www MASTER_SITES= ftp://www.ics.uci.edu/pub/websoft/wwwstat/ DISTFILES= wwwstat-2.0.tar.gz -DIST_SUBDIR= wwwstat-2.01 PATCH_SITES= ${MASTER_SITES} PATCHFILES= patch-2.01.txt @@ -20,6 +19,7 @@ MAINTAINER= andreas@FreeBSD.ORG RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ ${PREFIX}/etc/apache/srm.conf:${PORTSDIR}/www/apache +DIST_SUBDIR= wwwstat WRKSRC= ${WRKDIR}/wwwstat-2.0 MAN1= wwwstat.1 splitlog.1 |