1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Fixes due to master port update to version 0.1.1.

- bump PORTREVISION

PR:		ports/107390
Submitted by:	maintainer (Christopher Boumenot)
This commit is contained in:
Cheng-Lung Sung 2007-01-08 10:04:51 +00:00
parent ffd1ae38f6
commit 7c0271ad7c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181756

View File

@ -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: