diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-25 09:08:00 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-25 09:08:00 +0000 |
commit | 3bf7001e2d9dfc54ca0f45d84e04d73cecf15afa (patch) | |
tree | 4104fbe328f90431f41b670afb18ade421d271d8 /databases/ruby-dbi/Makefile | |
parent | d2308d19559be68d11eb2fccb9747acbb8587b2f (diff) | |
download | ports-3bf7001e2d9dfc54ca0f45d84e04d73cecf15afa.tar.gz ports-3bf7001e2d9dfc54ca0f45d84e04d73cecf15afa.zip |
Notes
Diffstat (limited to 'databases/ruby-dbi/Makefile')
-rw-r--r-- | databases/ruby-dbi/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/databases/ruby-dbi/Makefile b/databases/ruby-dbi/Makefile index 851178955338..4e5d0af8947f 100644 --- a/databases/ruby-dbi/Makefile +++ b/databases/ruby-dbi/Makefile @@ -19,11 +19,9 @@ RUN_DEPENDS= ${RUBY_SITELIBDIR}/aspectr.rb:${PORTSDIR}/devel/ruby-aspectr \ USE_RUBY= yes USE_RUBY_SETUP= yes -NO_STAGE= yes post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/examples/* ${RUBY_MODEXAMPLESDIR}/ -.endif + ${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/ + .include <bsd.port.mk> |