summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2004-12-25 21:39:35 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2004-12-25 21:39:35 +0000
commite42bdbab4b24de5e5181ed45e8ed7014bb0744e0 (patch)
tree76d871e1ea5f752b3ec7e625a341c8392ee7e729
parentUpdate to 0.2.5. (diff)
Back out the previous commmit and fix installation.
Please do not break my port just to satisfy portlint..
Notes
Notes: svn path=/head/; revision=125169
-rw-r--r--devel/ruby-cache/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/ruby-cache/Makefile b/devel/ruby-cache/Makefile
index ea18b7547cc8..708d3750e355 100644
--- a/devel/ruby-cache/Makefile
+++ b/devel/ruby-cache/Makefile
@@ -24,10 +24,10 @@ RUBY_SETUP= install.rb
RUBY_RD_FILES= ${WRKSRC}/MANUAL.rd ${WRKSRC}/README.rd
DOCS= ${RUBY_RD_FILES} ${RUBY_RD_HTML_FILES}
-.include <bsd.port.pre.mk>
-
post-install: doc-install
+.include <bsd.port.mk>
+
doc-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
@@ -37,5 +37,3 @@ doc-install:
${MKDIR} ${RUBY_MODEXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${RUBY_MODEXAMPLESDIR}/
.endif
-
-.include <bsd.port.post.mk>