diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-postgresql/Makefile | 4 | ||||
-rw-r--r-- | databases/ruby-postgresql/pkg/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/ruby-postgresql/Makefile b/databases/ruby-postgresql/Makefile index 2bb2de9d5da..c701874f99f 100644 --- a/databases/ruby-postgresql/Makefile +++ b/databases/ruby-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/07/08 15:24:05 mjl Exp $ +# $NetBSD: Makefile,v 1.2 2001/07/08 17:36:10 mjl Exp $ DISTNAME= ruby-postgres-0.6.4 PKGNAME= ${RUBY_PKGNAMEPREFIX}postgresql-0.6.4 @@ -16,7 +16,7 @@ CONFIGURE_ARGS+=--with-pgsql-include-dir=${PREFIX}/include/pgsql \ --with-pgsql-lib-dir=${PREFIX}/lib do-install: - ${INSTALL_DATA} ${WRKSRC}/postgres.so ${RUBY_SITELIBDIR}/postgres.so + ${INSTALL_DATA} ${WRKSRC}/postgres.so ${RUBY_SITEARCHLIBDIR}/postgres.so .include "../../lang/ruby-base/Makefile.common" .include "../../mk/bsd.pkg.mk" diff --git a/databases/ruby-postgresql/pkg/PLIST b/databases/ruby-postgresql/pkg/PLIST index 5ea1a6f5ea3..911cf3f8f77 100644 --- a/databases/ruby-postgresql/pkg/PLIST +++ b/databases/ruby-postgresql/pkg/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/07/08 15:24:05 mjl Exp $ -${RUBY_SITELIBDIR}/postgres.so +@comment $NetBSD: PLIST,v 1.2 2001/07/08 17:36:10 mjl Exp $ +${RUBY_SITEARCHLIBDIR}/postgres.so |