diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-30 11:57:22 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-30 11:57:22 +0000 |
commit | 7b539aad87b85c196059bb2f209bba1a06de797d (patch) | |
tree | 0e8d9dc0d7c0b42df6b3fcf32b3cf544c399cbf3 /print/ruby-panda | |
parent | 7f019c034b5c8f506a627231cc8b946ec9cec22b (diff) | |
download | ports-7b539aad87b85c196059bb2f209bba1a06de797d.tar.gz ports-7b539aad87b85c196059bb2f209bba1a06de797d.zip |
Notes
Diffstat (limited to 'print/ruby-panda')
-rw-r--r-- | print/ruby-panda/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ruby-panda/Makefile b/print/ruby-panda/Makefile index 1692c325d0b4..8e9e3b9a7973 100644 --- a/print/ruby-panda/Makefile +++ b/print/ruby-panda/Makefile @@ -40,7 +40,7 @@ post-install: .for f in ${EXAMPLES_EN} ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/ .endfor - cd ${RUBY_EXAMPLESDIR}/${PORTNAME} && ${LN} -sf ../../panda/*.jpg ../../panda/*.png ../../panda/*.tif . + cd ${RUBY_EXAMPLESDIR}/${PORTNAME}; ${LN} -sf ../../panda/*.jpg ../../panda/*.png ../../panda/*.tif . ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ |