diff options
author | taca <taca@pkgsrc.org> | 2005-01-31 05:00:13 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-01-31 05:00:13 +0000 |
commit | c228a55b322e8640ee24d041392143a46e716501 (patch) | |
tree | 1b74d2e6ebd66b8c59f69dfd501505a0d00c6328 /databases | |
parent | d8dce4a88e13dba9af42997e71fec6ed5694f9d4 (diff) | |
download | pkgsrc-c228a55b322e8640ee24d041392143a46e716501.tar.gz |
Correct HOMEPAGE.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-postgresql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/ruby-postgresql/Makefile b/databases/ruby-postgresql/Makefile index 8764f95a060..54afe3b9f50 100644 --- a/databases/ruby-postgresql/Makefile +++ b/databases/ruby-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/01/28 14:08:01 taca Exp $ +# $NetBSD: Makefile,v 1.19 2005/01/31 05:00:13 taca Exp $ DISTNAME= ruby-postgres-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-postgresql-${VERSION} @@ -7,7 +7,7 @@ CATEGORIES= databases ruby MASTER_SITES= http://www.postgresql.jp/interfaces/ruby/archive/ MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.postgresql.jp/interfaces/ruby/a +HOMEPAGE= http://www.postgresql.jp/interfaces/ruby/ COMMENT= Ruby extension for postgresql RUBY_HAS_ARCHLIB= yes |