diff options
author | wiz <wiz@pkgsrc.org> | 2007-12-02 11:58:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-12-02 11:58:26 +0000 |
commit | 22f43ddaf6c96d4481b70343c7dc168f0d78cc9b (patch) | |
tree | c45d76fc119e2f5b3fc1e56b4fb152f0f7af29cf /databases | |
parent | c95c3d4d4c6c35df639bf9a781585ecd8443f308 (diff) | |
download | pkgsrc-22f43ddaf6c96d4481b70343c7dc168f0d78cc9b.tar.gz |
Remove Ex-MASTER_SITE. From Zafer Aydogan.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-postgresql/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/ruby-postgresql/Makefile b/databases/ruby-postgresql/Makefile index a9b965fbea1..ebdcb8e44a5 100644 --- a/databases/ruby-postgresql/Makefile +++ b/databases/ruby-postgresql/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.31 2007/02/22 19:26:19 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2007/12/02 11:58:26 wiz Exp $ DISTNAME= ruby-postgres-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-postgresql-${VERSION} PKGREVISION= 8 CATEGORIES= databases ruby MASTER_SITES= http://raa.ruby-lang.org/cache/postgres/ \ - http://ruby.scripting.ca/postgres/archive/ \ - http://www.postgresql.jp/interfaces/ruby/archive/ + http://ruby.scripting.ca/postgres/archive/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ruby.scripting.ca/postgres/ |