aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ruby-pcsc-lite
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-10-07 05:08:30 +0800
committerknu <knu@FreeBSD.org>2002-10-07 05:08:30 +0800
commit3762885a8d60e005e66d49d09e37082a6604324a (patch)
treec2ca2f16115a296809f0407a67e1ef519d6ffccb /devel/ruby-pcsc-lite
parentbf19b7122ce4c6a1aca63f43dbee255f703e1114 (diff)
downloadfreebsd-ports-gnome-3762885a8d60e005e66d49d09e37082a6604324a.tar.gz
freebsd-ports-gnome-3762885a8d60e005e66d49d09e37082a6604324a.tar.zst
freebsd-ports-gnome-3762885a8d60e005e66d49d09e37082a6604324a.zip
Use RUBY_MOD*.
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%%