diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-07-12 00:15:04 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-07-12 00:15:04 +0000 |
commit | 2cca282914d65e04309915319ae4acc3732eb111 (patch) | |
tree | 74e3857721046ff30e0bf80f29007ac51b84fe75 /www/http-analyze/Makefile | |
parent | c03f24d736a9dcbf6b9ad1c08cf4074ec2db5e05 (diff) | |
download | ports-2cca282914d65e04309915319ae4acc3732eb111.tar.gz ports-2cca282914d65e04309915319ae4acc3732eb111.zip |
Notes
Diffstat (limited to 'www/http-analyze/Makefile')
-rw-r--r-- | www/http-analyze/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/http-analyze/Makefile b/www/http-analyze/Makefile index a1a3e8e4eda8..1f3e4cb465ee 100644 --- a/www/http-analyze/Makefile +++ b/www/http-analyze/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Jul 11 06:11:41 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.1.1.1 1997/07/11 04:54:53 andreas Exp $ +# $Id: Makefile,v 1.2 1997/07/11 04:58:45 andreas Exp $ # DISTNAME= http-analyze1.9e @@ -11,10 +11,10 @@ PKGNAME= http-analyze-1.9 CATEGORIES= www MASTER_SITES= ftp://ftp.rent-a-guru.de/pub/ -BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd - MAINTAINER= andreas@FreeBSD.ORG +BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd + MAN1= http-analyze.1 do-install: |