diff options
Diffstat (limited to 'devel/ruby-pcsc-lite/Makefile')
-rw-r--r-- | devel/ruby-pcsc-lite/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/ruby-pcsc-lite/Makefile b/devel/ruby-pcsc-lite/Makefile index 3f92e0c..7736050 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 |