diff options
author | rafan <rafan@FreeBSD.org> | 2007-04-05 17:14:55 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-04-05 17:14:55 +0800 |
commit | c5b32d9cbab9815548b4c855a76c76fcba68d270 (patch) | |
tree | 2fb78a92135c1b5607dfeb85946b5fad2901089e /print/ruby-pdflib | |
parent | 8acdb126d031cd561a60a349116cd99a9f2d9a15 (diff) | |
download | freebsd-ports-gnome-c5b32d9cbab9815548b4c855a76c76fcba68d270.tar.gz freebsd-ports-gnome-c5b32d9cbab9815548b4c855a76c76fcba68d270.tar.zst freebsd-ports-gnome-c5b32d9cbab9815548b4c855a76c76fcba68d270.zip |
- Move doc-install into post-install. We don't need this workaround
under current infrastructure.
Diffstat (limited to 'print/ruby-pdflib')
-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> |