summaryrefslogtreecommitdiff
path: root/devel/ruby-pcsc-lite
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-10-06 21:08:30 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-10-06 21:08:30 +0000
commit8dc9b4eb8bca30bf9b923f84ff86bb439204854d (patch)
tree9615b3688d1803f562165c15a4f065a2095b4ad0 /devel/ruby-pcsc-lite
parentAdd fontconfig, an XML-based font configuration API for X. (diff)
Use RUBY_MOD*.
Notes
Notes: svn path=/head/; revision=67504
Diffstat (limited to 'devel/ruby-pcsc-lite')
-rw-r--r--devel/ruby-pcsc-lite/Makefile8
-rw-r--r--devel/ruby-pcsc-lite/pkg-plist10
2 files changed, 9 insertions, 9 deletions
diff --git a/devel/ruby-pcsc-lite/Makefile b/devel/ruby-pcsc-lite/Makefile
index 3f92e0c3034d..77360506e099 100644
--- a/devel/ruby-pcsc-lite/Makefile
+++ b/devel/ruby-pcsc-lite/Makefile
@@ -28,13 +28,13 @@ EXAMPLES= examples/test.rb examples/pcsclient.rb
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/
- ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}/
+ ${MKDIR} ${RUBY_MODDOCDIR}/
+ ${MKDIR} ${RUBY_MODEXAMPLESDIR}/
.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.for f in ${EXAMPLES}
- ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/
+ ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/
.endfor
.endif
diff --git a/devel/ruby-pcsc-lite/pkg-plist b/devel/ruby-pcsc-lite/pkg-plist
index 2b904ea9d466..0093c4ba1bd0 100644
--- a/devel/ruby-pcsc-lite/pkg-plist
+++ b/devel/ruby-pcsc-lite/pkg-plist
@@ -1,6 +1,6 @@
%%RUBY_ARCHLIBDIR%%/PCSC.so
-%%PORTDOCS%%%%RUBY_DOCDIR%%/pcsc-lite/README.txt
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pcsc-lite/test.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pcsc-lite/pcsclient.rb
-%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/pcsc-lite
-%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/pcsc-lite
+%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.txt
+%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test.rb
+%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/pcsclient.rb
+%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
+%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%