From 016bb1001b796b0a0d14e28323f1b26365f2951d 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. --- misc/astrolog/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'misc/astrolog') diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index 2d53b69f23e..587f40aea43 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/06/18 11:12:02 frueauf Exp $ +# $NetBSD: Makefile,v 1.8 1998/08/20 15:17:12 tsarna Exp $ # FreeBSD Id: Makefile,v 1.12 1997/08/10 22:31:15 fenner Exp # @@ -11,6 +11,7 @@ MASTER_SITES= http://www.astrolog.org/ftp/ephem/ \ DISTFILES= ${EXTRACT_ONLY} ${EPHEM} MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.astrolog.org/ EPHEM= LRZ5_24 CHI_24 CPJV_24 -- cgit v1.2.3