diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-08 10:04:51 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-08 10:04:51 +0000 |
commit | 7c0271ad7c87c70a5fd4124854859dd7f30bffbd (patch) | |
tree | cf51434b82ce7efc7433b7564eb231266550c38c /databases | |
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')
-rw-r--r-- | databases/ruby-dbd_sqlite/Makefile | 3 |
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: |