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 /print | |
parent | - Use a static PORTEPOCH for a while. We have a problem with the variable (diff) |
- Move doc-install into post-install. We don't need this workaround
under current infrastructure.
Notes
Notes:
svn path=/head/; revision=189264
Diffstat (limited to 'print')
-rw-r--r-- | print/ruby-pdflib/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/print/ruby-pdflib/Makefile b/print/ruby-pdflib/Makefile index 0aec673f42d2..327ac8d2d394 100644 --- a/print/ruby-pdflib/Makefile +++ b/print/ruby-pdflib/Makefile @@ -41,11 +41,7 @@ EXAMPLES_EN= hello.rb pdfclock.rb pdfgraph.rb \ pdfimage.rb text2pdf.rb EXAMPLES_JA= jtext2pdf.rb -post-install: doc-install - -.include <bsd.port.mk> - -doc-install: +post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR}/ja .for f in ${EXAMPLES_EN} @@ -62,3 +58,5 @@ doc-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/ .endfor .endif + +.include <bsd.port.mk> |