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 /net/samba | |
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 'net/samba')
-rw-r--r-- | net/samba/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 5e98896a95d..c60db147f03 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/08/09 16:14:08 kim Exp $ +# $NetBSD: Makefile,v 1.13 1998/08/20 15:17:18 tsarna Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/10/23 15:17:43 max Exp # @@ -6,7 +6,8 @@ DISTNAME= samba-1.9.18p8 CATEGORIES= net MASTER_SITES= ftp://samba.anu.edu.au/pub/samba/ -MAINTAINER= tsarna@endicor.com +MAINTAINER= tsarna@netbsd.org +HOMEPAGE= http://samba.anu.edu.au/samba/samba.html WRKSRC= ${WRKDIR}/${DISTNAME}/source |