pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/ruby-pg Remove .require_paths from GEM_CLEAN...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4c8bc7a0b056
branches: trunk
changeset: 594871:4c8bc7a0b056
user: taca <taca%pkgsrc.org@localhost>
date: Tue Nov 08 15:41:31 2011 +0000
description:
Remove .require_paths from GEM_CLEANBUILD since it isn't genrated any more.
diffstat:
databases/ruby-pg/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 38f6a48325dc -r 4c8bc7a0b056 databases/ruby-pg/Makefile
--- a/databases/ruby-pg/Makefile Tue Nov 08 15:40:03 2011 +0000
+++ b/databases/ruby-pg/Makefile Tue Nov 08 15:41:31 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2011/06/17 14:01:52 taca Exp $
+# $NetBSD: Makefile,v 1.8 2011/11/08 15:41:31 taca Exp $
DISTNAME= pg-0.11.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/}
@@ -9,7 +9,7 @@
COMMENT= Ruby extension for PostgreSQL
LICENSE= gnu-gpl-v2 OR ruby-license
-GEM_CLEANBUILD= .require_paths ext/*
+GEM_CLEANBUILD= ext/*
CONFIGURE_ARGS= --with-pgsql-include-dir=${PGSQL_PREFIX}/include/postgresql \
--with-pgsql-lib-dir=${PGSQL_PREFIX}/lib
Home |
Main Index |
Thread Index |
Old Index