diff options
author | mef <mef@pkgsrc.org> | 2015-02-20 05:45:05 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-02-20 05:45:05 +0000 |
commit | 9837a1b4214e62015b310c6c553e6f84d2f414d6 (patch) | |
tree | a76fae3e6e7bbbe2ca81f75463fff784b890e13e /net/pconsole | |
parent | 1e2892fe6172cd01a03488165c3579c2ee903c52 (diff) | |
download | pkgsrc-9837a1b4214e62015b310c6c553e6f84d2f414d6.tar.gz |
Update MASTER_SITES, HOMEPAGE. Add gnu-gpl-v2 LICENSE
Diffstat (limited to 'net/pconsole')
-rw-r--r-- | net/pconsole/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/pconsole/Makefile b/net/pconsole/Makefile index 0278ccc7ea7..579f4cbc9b0 100644 --- a/net/pconsole/Makefile +++ b/net/pconsole/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.8 2012/10/23 17:18:56 asau Exp $ +# $NetBSD: Makefile,v 1.9 2015/02/20 05:45:05 mef Exp $ # DISTNAME= pconsole-1.0 PKGREVISION= 1 CATEGORIES= net -MASTER_SITES= http://www.ka.sara.nl/home/walter/pconsole/ +MASTER_SITES= http://www.heiho.net/pconsole/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.ka.sara.nl/home/walter/pconsole/ +HOMEPAGE= http://www.heiho.net/pconsole/ COMMENT= Parallel console tool to access several host via one input tty +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes |