diff options
author | knu <knu@FreeBSD.org> | 2003-08-09 02:21:52 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-08-09 02:21:52 +0800 |
commit | 44710cf61cefc18f12e8b8ee5aed1032987c93ae (patch) | |
tree | 20ef0bebf063f8e4d1fb4ef695b85f2cd8e996f9 /net | |
parent | 62020b92559f0677206f603ade242577c4e04990 (diff) | |
download | freebsd-ports-gnome-44710cf61cefc18f12e8b8ee5aed1032987c93ae.tar.gz freebsd-ports-gnome-44710cf61cefc18f12e8b8ee5aed1032987c93ae.tar.zst freebsd-ports-gnome-44710cf61cefc18f12e8b8ee5aed1032987c93ae.zip |
Update MASTER_SITES, WWW, and Author.
Diffstat (limited to 'net')
-rw-r--r-- | net/ruby-nis/Makefile | 3 | ||||
-rw-r--r-- | net/ruby-nis/pkg-descr | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/ruby-nis/Makefile b/net/ruby-nis/Makefile index c399479b87ac..77aa65c7c376 100644 --- a/net/ruby-nis/Makefile +++ b/net/ruby-nis/Makefile @@ -9,7 +9,8 @@ PORTNAME= nis PORTVERSION= 0.1.1 PORTREVISION= 1 CATEGORIES= net ruby -MASTER_SITES= http://kt-www.jaist.ac.jp/~ttate/ftp/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ruby-${PORTNAME} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby diff --git a/net/ruby-nis/pkg-descr b/net/ruby-nis/pkg-descr index 4dffe8d5863f..04d888bc3b25 100644 --- a/net/ruby-nis/pkg-descr +++ b/net/ruby-nis/pkg-descr @@ -1,4 +1,4 @@ Ruby-nis is a ruby library to use the NIS/YP API. -WWW: http://kt-www.jaist.ac.jp/~ttate/ruby/ruby-ext.html -Author: Takaaki Tateishi <ttate@jaist.ac.jp> +WWW: http://sourceforge.net/projects/ruby-nis/ +Author: Takaaki Tateishi <ttate@users.sourceforge.net> |