summaryrefslogtreecommitdiff
path: root/databases/ruby-dbd_sqlite
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-01-08 10:04:51 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-01-08 10:04:51 +0000
commit7c0271ad7c87c70a5fd4124854859dd7f30bffbd (patch)
treecf51434b82ce7efc7433b7564eb231266550c38c /databases/ruby-dbd_sqlite
parent- Update to ruby-dbi version 0.1.1. (diff)
- Fixes due to master port update to version 0.1.1.
- bump PORTREVISION PR: ports/107390 Submitted by: maintainer (Christopher Boumenot)
Notes
Notes: svn path=/head/; revision=181756
Diffstat (limited to 'databases/ruby-dbd_sqlite')
-rw-r--r--databases/ruby-dbd_sqlite/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/ruby-dbd_sqlite/Makefile b/databases/ruby-dbd_sqlite/Makefile
index 565efd599c6f..0ed3ec8a59f8 100644
--- a/databases/ruby-dbd_sqlite/Makefile
+++ b/databases/ruby-dbd_sqlite/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dbd_sqlite
PORTVERSION= ${RUBY_DBI_PORTVERSION}
+PORTREVISION= 1
CATEGORIES= databases ruby
MASTER_SITES= ${RUBY_DBI_MASTER_SITES}
MASTER_SITE_SUBDIR= ${RUBY_DBI_MASTER_SITE_SUBDIR}
@@ -34,7 +35,7 @@ DOCS_EN= ext/${PORTNAME}/README
.include "${.CURDIR}/../ruby-dbi/Makefile.common"
post-patch:
- ${RUBY} -i- -pe 'gsub "/usr/local", "${LOCALBASE}"' \
+ ${RUBY} -i- -pe "gsub 'dir_config \'sqlite\'', 'dir_config \'sqlite\', \'${LOCALBASE}\''" \
${WRKSRC}/ext/${PORTNAME}/extconf.rb
post-install: