diff options
author | knu <knu@FreeBSD.org> | 2002-10-07 05:38:34 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-10-07 05:38:34 +0800 |
commit | 83266785fb541030312ea17f0ad93b335071ebaf (patch) | |
tree | ed8f95c353ac178765701a22623afa5113d274b0 /textproc/ruby-xslt | |
parent | 85b45549166328d668027aa39f24a6a972761089 (diff) | |
download | freebsd-ports-gnome-83266785fb541030312ea17f0ad93b335071ebaf.tar.gz freebsd-ports-gnome-83266785fb541030312ea17f0ad93b335071ebaf.tar.zst freebsd-ports-gnome-83266785fb541030312ea17f0ad93b335071ebaf.zip |
Use RUBY_MOD*.
Diffstat (limited to 'textproc/ruby-xslt')
-rw-r--r-- | textproc/ruby-xslt/Makefile | 8 | ||||
-rw-r--r-- | textproc/ruby-xslt/pkg-plist | 18 |
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%% |