diff options
author | tsarna <tsarna@pkgsrc.org> | 1998-08-20 15:16:34 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1998-08-20 15:16:34 +0000 |
commit | 6bd0d65c650273bf304f345910aeaa6dbb0d1904 (patch) | |
tree | 02014b09f0272e3c01f055156a42a91ab10cda59 /www/squid | |
parent | 6cec9af390b5f47cca2d200755c03518c99f033b (diff) | |
download | pkgsrc-6bd0d65c650273bf304f345910aeaa6dbb0d1904.tar.gz |
The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.
Diffstat (limited to 'www/squid')
-rw-r--r-- | www/squid/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index a0c0ff05da8..0bda32fc78e 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/05/24 19:01:19 tron Exp $ +# $NetBSD: Makefile,v 1.3 1998/08/20 15:17:31 tsarna Exp $ # $FreeBSD Id: Makefile,v 1.36 1998/03/20 13:58:54 peter Exp # @@ -12,6 +12,7 @@ MASTER_SITES= \ EXTRACT_SUFX= -src.tar.gz MAINTAINER= tron@netbsd.org +HOMEPAGE= http://squid.nlanr.net/Squid/ GNU_CONFIGURE= yes # Follow the apache port's lead... |