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/wwwstat/Makefile | |
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/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 |