From 662c66a78c60dd5dee8df08115d8488ed818edb3 Mon Sep 17 00:00:00 2001 From: kevlo Date: Sat, 8 Sep 2001 06:39:34 +0000 Subject: [PATCH] - add HOMEPAGE - bump VERSION --- misc/tkinfo/Makefile | 8 +++++--- misc/tkinfo/pkg/DESCR | 2 ++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile index 882389dfbbf..5c9613dc650 100644 --- a/misc/tkinfo/Makefile +++ b/misc/tkinfo/Makefile @@ -3,15 +3,17 @@ # Date created: May 20 1998 # Whom: Angelos D. Keromytis # -# $OpenBSD: Makefile,v 1.10 2001/05/06 02:31:06 lebel Exp $ +# $OpenBSD: Makefile,v 1.11 2001/09/08 06:39:34 kevlo Exp $ # COMMENT= "Tk script to read GNU info files and display them" DISTNAME= tkinfo-2.5 CATEGORIES= misc -NEED_VERSION= 1.402 -MASTER_SITES= http://math-www.uni-paderborn.de/~axel/tkinfo/ +NEED_VERSION= 1.454 +MASTER_SITES= ${HOMEPAGE} + +HOMEPAGE= http://math-www.uni-paderborn.de/~axel/tkinfo/ MAINTAINER= Angelos D. Keromytis diff --git a/misc/tkinfo/pkg/DESCR b/misc/tkinfo/pkg/DESCR index 53939576f87..86a29415553 100644 --- a/misc/tkinfo/pkg/DESCR +++ b/misc/tkinfo/pkg/DESCR @@ -15,3 +15,5 @@ a set of info files from TeX source that use the GNU texinfo style (the one that uses "@" everywhere). Similarly, the latexinfo package (like texinfo, but with latex commands and syntax) provides emacs scripts for producing info files. + +WWW: ${HOMEPAGE}