diff options
author | asami <asami@FreeBSD.org> | 1997-03-04 13:51:50 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-03-04 13:51:50 +0800 |
commit | bb73c18b276654e54e3762fc3948cf81d79efa9c (patch) | |
tree | cd41db5779e6ab6a50357727ee15907e3c5a227f /www | |
parent | 14b99bcad1f06fb886edad52f388db8ce0cb759f (diff) | |
download | freebsd-ports-gnome-bb73c18b276654e54e3762fc3948cf81d79efa9c.tar.gz freebsd-ports-gnome-bb73c18b276654e54e3762fc3948cf81d79efa9c.tar.zst freebsd-ports-gnome-bb73c18b276654e54e3762fc3948cf81d79efa9c.zip |
Remove version name from DIST_SUBDIR. The distribution files have
version info in them anyway.
Diffstat (limited to 'www')
-rw-r--r-- | www/wwwstat/Makefile | 4 | ||||
-rw-r--r-- | www/wwwstat/distinfo | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/www/wwwstat/distinfo b/www/wwwstat/distinfo index d236f33d5c41..bd1e35beeb37 100644 --- a/www/wwwstat/distinfo +++ b/www/wwwstat/distinfo @@ -1,2 +1,2 @@ -MD5 (wwwstat-2.01/wwwstat-2.0.tar.gz) = de42bfca14e3aad9a345ae1c9a4740b6 -MD5 (wwwstat-2.01/patch-2.01.txt) = 85a3e314dfcd74f5119fac280cd2668c +MD5 (wwwstat/wwwstat-2.0.tar.gz) = de42bfca14e3aad9a345ae1c9a4740b6 +MD5 (wwwstat/patch-2.01.txt) = 85a3e314dfcd74f5119fac280cd2668c |