From 6bd0d65c650273bf304f345910aeaa6dbb0d1904 Mon Sep 17 00:00:00 2001 From: tsarna Date: Thu, 20 Aug 1998 15:16:34 +0000 Subject: 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. --- converters/uulib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'converters/uulib/Makefile') diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index 1067e92eb90..d22e9a7a183 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/07/24 01:56:59 tv Exp $ +# $NetBSD: Makefile,v 1.12 1998/08/20 15:16:43 tsarna Exp $ # FreeBSD Id: Makefile,v 1.14 1998/02/18 22:20:02 hoek Exp # @@ -9,6 +9,7 @@ MASTER_SITES= http://www.uni-frankfurt.de/~fp/uudeview/Apps/frank/ \ ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/ MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.informatik.uni-frankfurt.de/~fp/uudeview/ # "kdesupport-2.1b" included "uu" library. CONFLICTS= kdesupport-2.1b -- cgit v1.2.3