aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-25 17:08:00 +0800
committermiwi <miwi@FreeBSD.org>2014-02-25 17:08:00 +0800
commit1db7138d85529b8a0a3531ff12a63a99a6ccb368 (patch)
tree4104fbe328f90431f41b670afb18ade421d271d8 /databases
parentc5dac94b2f68ef2a737bad748f4081c16432a38c (diff)
downloadfreebsd-ports-gnome-1db7138d85529b8a0a3531ff12a63a99a6ccb368.tar.gz
freebsd-ports-gnome-1db7138d85529b8a0a3531ff12a63a99a6ccb368.tar.zst
freebsd-ports-gnome-1db7138d85529b8a0a3531ff12a63a99a6ccb368.zip
- Stage support
Diffstat (limited to 'databases')
-rw-r--r--databases/ruby-dbi/Makefile8
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>