diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-02 08:37:36 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-02 08:37:36 +0000 |
commit | 8b6dfb734d4458d6875b83635516d78d9da38cfc (patch) | |
tree | 06594fc966edaefbaa82bdb5e8b35ae0f6587a09 /databases/ruby-bdb | |
parent | 032137d53efbcb537099da78a196c56a7b73b349 (diff) |
Notes
Diffstat (limited to 'databases/ruby-bdb')
-rw-r--r-- | databases/ruby-bdb/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/ruby-bdb/Makefile b/databases/ruby-bdb/Makefile index 98ea38455a98..09022fb8704b 100644 --- a/databases/ruby-bdb/Makefile +++ b/databases/ruby-bdb/Makefile @@ -26,6 +26,9 @@ INSTALL_TARGET= site-install DOCS= Changes README.en bdb.html bdb.rd docs/* +post-patch: + ${RUBY} -i -pe 'sub /have_library\("db"/, %q:have_library("db3":' ${WRKSRC}/src/extconf.rb + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}/ |