diff options
-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/ |