aboutsummaryrefslogtreecommitdiff
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
parentffd1ae38f6180d903dbd8a0942331f6b17fda6e2 (diff)
downloadports-7c0271ad7c87c70a5fd4124854859dd7f30bffbd.tar.gz
ports-7c0271ad7c87c70a5fd4124854859dd7f30bffbd.zip
Notes
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: