diff options
author | mjl <mjl@pkgsrc.org> | 2001-07-08 17:36:10 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-07-08 17:36:10 +0000 |
commit | 365b2d33e0c7c32514e3084bf6d6f7c287fd4228 (patch) | |
tree | 628a4626032f7ca20e58873faf429b9df6c205fe /databases | |
parent | 0f25a4c6b007de3d259fc8f4548dadcced8598bd (diff) | |
download | pkgsrc-365b2d33e0c7c32514e3084bf6d6f7c287fd4228.tar.gz |
Move .so into RUBY_SITEARCHLIBDIR since it's arch specific. Pointed out
by Takahiro Kambe <taca@sky.yamashina.kyoto.jp>
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 |