aboutsummaryrefslogtreecommitdiff
path: root/textproc/ruby-xslt
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-10-06 21:38:34 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-10-06 21:38:34 +0000
commitea4cef3e92ac13bcebe1a8e78d11f87fe0448e65 (patch)
tree7cf7ce4014512a9ca41326c0a67d6a7a84dd9427 /textproc/ruby-xslt
parent939fd373f064e87b5979518b77a5dbcff3ebe4dd (diff)
downloadports-ea4cef3e92ac13bcebe1a8e78d11f87fe0448e65.tar.gz
ports-ea4cef3e92ac13bcebe1a8e78d11f87fe0448e65.zip
Notes
Diffstat (limited to 'textproc/ruby-xslt')
-rw-r--r--textproc/ruby-xslt/Makefile8
-rw-r--r--textproc/ruby-xslt/pkg-plist18
2 files changed, 13 insertions, 13 deletions
diff --git a/textproc/ruby-xslt/Makefile b/textproc/ruby-xslt/Makefile
index 7596f7a63ddc..3bac614352b9 100644
--- a/textproc/ruby-xslt/Makefile
+++ b/textproc/ruby-xslt/Makefile
@@ -29,11 +29,11 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/xslt.rb ${RUBY_SITELIBDIR}/
${LN} -sf ${RUBY_SITELIBDIR}/xslt.rb ${LOCALBASE}/bin/xslt
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
- ${INSTALL_DATA} ${WRKSRC}/test/*.x* ${RUBY_EXAMPLESDIR}/${PORTNAME}
- ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
+ ${MKDIR} ${RUBY_MODEXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/test/*.x* ${RUBY_MODEXAMPLESDIR}
+ ${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}
.endfor
.endif
diff --git a/textproc/ruby-xslt/pkg-plist b/textproc/ruby-xslt/pkg-plist
index ff2ea398e196..01ed233de5ee 100644
--- a/textproc/ruby-xslt/pkg-plist
+++ b/textproc/ruby-xslt/pkg-plist
@@ -1,11 +1,11 @@
bin/xslt
%%RUBY_SITELIBDIR%%/xslt.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xslt/data.xml
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xslt/stylesheet.xsl
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xslt/stylesheet2.xsl
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xslt/test.xml
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/xslt/test_style.xsl
-%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/xslt
-%%PORTDOCS%%%%RUBY_DOCDIR%%/xslt/ChangeLog
-%%PORTDOCS%%%%RUBY_DOCDIR%%/xslt/ToDo
-%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/xslt
+%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/data.xml
+%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/stylesheet.xsl
+%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/stylesheet2.xsl
+%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test.xml
+%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test_style.xsl
+%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
+%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
+%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ToDo
+%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%