summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/Makefile
diff options
context:
space:
mode:
authortsarna <tsarna@pkgsrc.org>1998-08-20 15:16:34 +0000
committertsarna <tsarna@pkgsrc.org>1998-08-20 15:16:34 +0000
commit6bd0d65c650273bf304f345910aeaa6dbb0d1904 (patch)
tree02014b09f0272e3c01f055156a42a91ab10cda59 /pkgtools/pkglint/Makefile
parent6cec9af390b5f47cca2d200755c03518c99f033b (diff)
downloadpkgsrc-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 'pkgtools/pkglint/Makefile')
-rw-r--r--pkgtools/pkglint/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile
index 9cb702e9887..3900b909a86 100644
--- a/pkgtools/pkglint/Makefile
+++ b/pkgtools/pkglint/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.2 1998/08/08 12:35:41 frueauf Exp $
+# $NetBSD: Makefile,v 1.3 1998/08/20 15:16:49 tsarna Exp $
#
-DISTNAME= pkglint-1.65
+DISTNAME= pkglint-1.66
CATEGORIES= devel
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.netbsd.org/Documentation/netbsd/Packages.txt
USE_PERL5= YES