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/scotty | |
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/scotty')
-rw-r--r-- | net/scotty/Makefile | 3 | ||||
-rw-r--r-- | net/scotty/pkg/DESCR | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/net/scotty/Makefile b/net/scotty/Makefile index 1103b00011c..b0aad625f40 100644 --- a/net/scotty/Makefile +++ b/net/scotty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/06/22 12:58:35 agc Exp $ +# $NetBSD: Makefile,v 1.12 1998/08/20 15:17:19 tsarna Exp $ # FreeBSD Id: Makefile,v 1.21 1997/08/27 23:01:53 cwt Exp # @@ -7,6 +7,7 @@ CATEGORIES= net tk80 MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ MAINTAINER= packages@netbsd.org +HOMEPAGE= http://wwwhome.cs.utwente.nl/~schoenw/scotty/ DEPENDS+= tk-8.0p2:../../x11/tk80 diff --git a/net/scotty/pkg/DESCR b/net/scotty/pkg/DESCR index 39adf550433..61735c0e743 100644 --- a/net/scotty/pkg/DESCR +++ b/net/scotty/pkg/DESCR @@ -22,10 +22,6 @@ based scripts can be used to dump routing tables, to query interface status and to monitor SNMP variables. There is also a MIB browser to inspect the MIB hierarchy. -More information is available via WWW under the URL: - - http://www.cs.tu-bs.de/ibr/projects/nm/scotty/ - If you have problems installing scotty or if you have made any changes to run scotty on your hardware or if you have found any bugs, please contact us. Discussion about scotty is currently done on the tkined |