aboutsummaryrefslogtreecommitdiff
path: root/net/ruby-dict
diff options
context:
space:
mode:
Diffstat (limited to 'net/ruby-dict')
-rw-r--r--net/ruby-dict/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/net/ruby-dict/Makefile b/net/ruby-dict/Makefile
index f87b0602efa9..eb06b0adbd9b 100644
--- a/net/ruby-dict/Makefile
+++ b/net/ruby-dict/Makefile
@@ -20,14 +20,11 @@ RUBY_SHEBANG_FILES= ${WRKSRC}/rdict
DOCS= Changelog README doc/dict.html doc/rdict.html
-NO_STAGE= yes
post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/rdict ${PREFIX}/bin/
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODDOCDIR}
+ ${INSTALL_SCRIPT} ${WRKSRC}/rdict ${STAGEDIR}${PREFIX}/bin/
+ ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/
.endfor
-.endif
.include <bsd.port.mk>