aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-cvs
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-12-14 04:54:37 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-12-14 04:54:37 +0000
commit39a413d6b9a7cc3ecdfb4135af2645bf67d7f357 (patch)
treef493279f29bfb08ef3fa252fcd89eb2a8db61e3f /devel/ruby-cvs
parent8b7f6be9ce44e273ad177399a92264a6d74c5287 (diff)
downloadports-39a413d6b9a7cc3ecdfb4135af2645bf67d7f357.tar.gz
ports-39a413d6b9a7cc3ecdfb4135af2645bf67d7f357.zip
Notes
Diffstat (limited to 'devel/ruby-cvs')
-rw-r--r--devel/ruby-cvs/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/ruby-cvs/Makefile b/devel/ruby-cvs/Makefile
index 669e47d27104..fc7f61858326 100644
--- a/devel/ruby-cvs/Makefile
+++ b/devel/ruby-cvs/Makefile
@@ -30,6 +30,8 @@ WRKSRC= ${WRKDIR}/ruby-${PORTNAME}
DOCS= README TODO ${RUBY_RD_HTML_FILES}
+.include <bsd.port.pre.mk>
+
post-extract:
.for f in ${RUBY_RD_FILES}
cd ${WRKSRC}; ${LN} -sf lib/${f}
@@ -40,8 +42,6 @@ do-install:
post-install: doc-install
-.include <bsd.port.mk>
-
doc-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODEXAMPLESDIR}/reviz
@@ -52,3 +52,5 @@ doc-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif
+
+.include <bsd.port.post.mk>