Remove .require_paths from GEM_CLEANBUILD since it isn't genrated any more.
This commit is contained in:
parent
b8e82d031b
commit
1d744177ac
1 changed files with 2 additions and 2 deletions
|
@ -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 @@ HOMEPAGE= http://bitbucket.org/ged/ruby-pg/
|
|||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue