diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-02 18:45:04 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-02 18:45:04 +0000 |
commit | 860fb9d287e16fe397e593125199d88a26a69a6b (patch) | |
tree | 3c7a4e7806f4ba9c04175458e4b4439c6876137e /databases/ruby-dbi/Makefile | |
parent | fc9a6b7f4b74318053120ee595249fcdeba87c47 (diff) | |
download | ports-860fb9d287e16fe397e593125199d88a26a69a6b.tar.gz ports-860fb9d287e16fe397e593125199d88a26a69a6b.zip |
Dig ${RUBY_SITEARCHLIBDIR}/dbi too.
Notes
Notes:
svn path=/head/; revision=43443
Diffstat (limited to 'databases/ruby-dbi/Makefile')
-rw-r--r-- | databases/ruby-dbi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/ruby-dbi/Makefile b/databases/ruby-dbi/Makefile index d6b5351a6deb..46ec571dece0 100644 --- a/databases/ruby-dbi/Makefile +++ b/databases/ruby-dbi/Makefile @@ -7,6 +7,7 @@ PORTNAME= dbi PORTVERSION= 0.0.4 +PORTREVISION= 1 CATEGORIES= databases ruby MASTER_SITES= http://www.sprytech.com/~rainer.perl/ruby/files/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -29,6 +30,7 @@ post-extract: do-install: ${INSTALL_DATA} ${WRKSRC}/lib/${PORTNAME}/*.rb ${RUBY_SITELIBDIR}/ + ${MKDIR} ${RUBY_SITEARCHLIBDIR}/${PORTNAME} ${MKDIR} ${RUBY_SITELIBDIR}/${PORTNAME} .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME} |