1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Back out the previous commmit and fix installation.

Please do not break my port just to satisfy portlint..
This commit is contained in:
Akinori MUSHA 2004-12-25 21:39:35 +00:00
parent 923fa401cc
commit e42bdbab4b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125169

View File

@ -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>