diff options
author | andreas <andreas@FreeBSD.org> | 1998-04-10 18:48:03 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-04-10 18:48:03 +0000 |
commit | 3753b1da5712880a09057b85df71d0ad30a0790f (patch) | |
tree | 7c1e606b40de7d93d8b644979d6680d1608cd181 /www/http-analyze/Makefile | |
parent | bee7fac1e47d59f18d0b6f8fe4b4ab8664346f16 (diff) | |
download | FreeBSD-ports-3753b1da5712880a09057b85df71d0ad30a0790f.zip FreeBSD-ports-3753b1da5712880a09057b85df71d0ad30a0790f.tar.gz |
Update to newest version 2.01 from Apr 02.
Diffstat (limited to 'www/http-analyze/Makefile')
-rw-r--r-- | www/http-analyze/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/www/http-analyze/Makefile b/www/http-analyze/Makefile index 1f3e4cb4..3377e2d 100644 --- a/www/http-analyze/Makefile +++ b/www/http-analyze/Makefile @@ -3,13 +3,14 @@ # Date created: Fri Jul 11 06:11:41 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.2 1997/07/11 04:58:45 andreas Exp $ +# $Id: Makefile,v 1.3 1997/07/12 00:15:04 asami Exp $ # -DISTNAME= http-analyze1.9e -PKGNAME= http-analyze-1.9 +DISTNAME= http-analyze2.01 +PKGNAME= http-analyze-2.01 CATEGORIES= www -MASTER_SITES= ftp://ftp.rent-a-guru.de/pub/ +MASTER_SITES= ftp://ftp.rent-a-guru.de/pub/http-analyze2.01/ +DISTFILES= http-analyze2.01-src.tar.gz MAINTAINER= andreas@FreeBSD.ORG @@ -17,9 +18,4 @@ BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd MAN1= http-analyze.1 -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/http-analyze ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/http-analyze.man \ - ${PREFIX}/man/man1/http-analyze.1 - .include <bsd.port.mk> |