aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-tzfile
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-tzfile
parent8b7f6be9ce44e273ad177399a92264a6d74c5287 (diff)
Make portlint happier.
They are not the patches from the submitter, but one which overcome knu@s objections about the original ones and discussed in ports/69037. PR: ports/69027 ports/69028 ports/69029 ports/69030 ports/69031 ports/69032 ports/69033 ports/69034 ports/69035 ports/69036 ports/69037 Submitted by: Wesley Shields <wxs@csh.rit.edu>
Notes
Notes: svn path=/head/; revision=123987
Diffstat (limited to 'devel/ruby-tzfile')
-rw-r--r--devel/ruby-tzfile/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/ruby-tzfile/Makefile b/devel/ruby-tzfile/Makefile
index 3544e8a4a816..db70f6da2910 100644
--- a/devel/ruby-tzfile/Makefile
+++ b/devel/ruby-tzfile/Makefile
@@ -26,13 +26,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
DOCS= ${RUBY_RD_HTML_FILES}
+.include <bsd.port.pre.mk>
+
do-install:
${INSTALL_DATA} ${WRKSRC}/tzfile.rb ${RUBY_SITELIBDIR}/
post-install: doc-install
-.include <bsd.port.mk>
-
doc-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
@@ -40,3 +40,5 @@ doc-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif
+
+.include <bsd.port.post.mk>