aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-22 10:35:47 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-22 10:35:47 +0000
commit0bb9241fda901ca910413be929532305727f1f5c (patch)
treec9914de93d9af517b820833c5e43eaa57c325347
parent744a1e5c59e83eed7c004608f4fcc33457971324 (diff)
downloadports-0bb9241fda901ca910413be929532305727f1f5c.tar.gz
ports-0bb9241fda901ca910413be929532305727f1f5c.zip
- Stage support
Notes
Notes: svn path=/head/; revision=345601
-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>