Add build_info file to PLIST.
Bump PKGREVISION.
This commit is contained in:
parent
33e11fbb15
commit
99f3027207
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.15 2013/06/16 14:38:10 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2013/07/07 15:22:55 taca Exp $
|
||||
|
||||
DISTNAME= pg-0.15.0
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:C/postgres/&ql/}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
@ -10,8 +11,6 @@ COMMENT= Ruby extension for PostgreSQL
|
|||
LICENSE= 2-clause-bsd OR ruby-license
|
||||
|
||||
RUBY_RDOC_REQD= 2.5.8
|
||||
|
||||
GEM_CLEANBUILD= ext/*
|
||||
CONFIGURE_ARGS= --with-pgsql-include-dir=${PGSQL_PREFIX}/include/postgresql \
|
||||
--with-pgsql-lib-dir=${PGSQL_PREFIX}/lib
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.9 2013/06/16 14:38:10 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.10 2013/07/07 15:22:55 taca Exp $
|
||||
${GEM_HOME}/build_info/${GEM_NAME}.info
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gemtest
|
||||
${GEM_LIBDIR}/BSDL
|
||||
|
|
Loading…
Reference in a new issue