diff options
author | tron <tron> | 1999-04-15 07:21:04 +0000 |
---|---|---|
committer | tron <tron> | 1999-04-15 07:21:04 +0000 |
commit | 7cec9e0b3d6b9671153414feb3578429c371dcbc (patch) | |
tree | 892957d7748efe0b0b922110eeb7ab7fe69d2ef6 /mbone/nte | |
parent | fe0ef5f1814ac75f2c52f26d6b59dc442eaeff23 (diff) | |
download | pkgsrc-7cec9e0b3d6b9671153414feb3578429c371dcbc.tar.gz |
Correct master site and add home page. Fixes PR pkg/7390 by Takahiro Kambe.
Diffstat (limited to 'mbone/nte')
-rw-r--r-- | mbone/nte/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile index 005e347356e..b703450d5fc 100644 --- a/mbone/nte/Makefile +++ b/mbone/nte/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.15 1999/04/05 03:41:16 hubertf Exp $ +# $NetBSD: Makefile,v 1.16 1999/04/15 07:21:04 tron Exp $ # DISTNAME= nt.1.5a23 PKGNAME= nte-1.5a23 CATEGORIES= mbone tk80 -MASTER_SITES= ftp://cs.ucl.ac.uk/mice/nte/ +MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/nte/1.5a23/ MAINTAINER= mycroft@netbsd.org +HOMEPAGE= http://www-mice.cs.ucl.ac.uk/multimedia/software/nte/ BUILD_DEPENDS= ${TK_SRC}/generic/default.h:${TK_DIR}:configure DEPENDS+= tk-8.0.5:../../x11/tk80 |