diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-05 09:14:55 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-05 09:14:55 +0000 |
commit | 58aeba5286b608f442d1d5b0424039f1b8a3b5f0 (patch) | |
tree | 4be1500b082147086b860dd920bbbcb88bc92cc8 /graphics/ruby-image_size | |
parent | eb3392969d4bbac1bf2d42f4d8030514410a9229 (diff) | |
download | ports-58aeba5286b608f442d1d5b0424039f1b8a3b5f0.tar.gz ports-58aeba5286b608f442d1d5b0424039f1b8a3b5f0.zip |
Notes
Diffstat (limited to 'graphics/ruby-image_size')
-rw-r--r-- | graphics/ruby-image_size/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/ruby-image_size/Makefile b/graphics/ruby-image_size/Makefile index b75af062f9c1..5a93363a69c1 100644 --- a/graphics/ruby-image_size/Makefile +++ b/graphics/ruby-image_size/Makefile @@ -33,11 +33,7 @@ DOCS_JA= ${RUBY_RD_FILES:M*.ja.rd} \ do-install: ${INSTALL_DATA} ${WRKSRC}/lib/image_size.rb ${RUBY_SITELIBDIR}/ -post-install: doc-install - -.include <bsd.port.mk> - -doc-install: +post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR}/ja .for f in ${DOCS_EN} @@ -47,3 +43,5 @@ doc-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/ .endfor .endif + +.include <bsd.port.mk> |