diff options
author | kim <kim> | 2013-03-14 17:06:12 +0000 |
---|---|---|
committer | kim <kim> | 2013-03-14 17:06:12 +0000 |
commit | d4208122c23826a733ef8c58b0cb999b5f77b014 (patch) | |
tree | 2c1dab10ddbae55f6e7390f1333604272663084b | |
parent | 11339e495dd17acf2c03886e575d63d99125c017 (diff) | |
download | pkgsrc-d4208122c23826a733ef8c58b0cb999b5f77b014.tar.gz |
Revive MASTER_SITES.
-rw-r--r-- | net/ywho/Makefile | 4 | ||||
-rw-r--r-- | www/webnew/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/ywho/Makefile b/net/ywho/Makefile index d5ab71f9afa..516e211c139 100644 --- a/net/ywho/Makefile +++ b/net/ywho/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2012/10/23 17:19:22 asau Exp $ +# $NetBSD: Makefile,v 1.16 2013/03/14 17:09:10 kim Exp $ # DISTNAME= ywho-1.3 CATEGORIES= net -MASTER_SITES= # ftp://ftp.gw.com/pub/people/kim/ +MASTER_SITES= http://oss.gw.com/people/kim/ MAINTAINER= kim@tac.nyc.ny.us COMMENT= Who, users, uptime on clients in a sun-RPC network diff --git a/www/webnew/Makefile b/www/webnew/Makefile index d2860b09b4d..27bb17732f0 100644 --- a/www/webnew/Makefile +++ b/www/webnew/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2012/10/28 06:31:09 asau Exp $ +# $NetBSD: Makefile,v 1.13 2013/03/14 17:06:12 kim Exp $ # DISTNAME= webnew-1.3 PKGREVISION= 1 CATEGORIES= www -MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/ +MASTER_SITES= http://oss.gw.com/people/kim/ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://kimmo.suominen.com/sw/webnew/ |