diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 21:08:30 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 21:08:30 +0000 |
commit | 8dc9b4eb8bca30bf9b923f84ff86bb439204854d (patch) | |
tree | 9615b3688d1803f562165c15a4f065a2095b4ad0 /audio/ruby-freedb | |
parent | 4aa34c64c500840cdcabfd0efafc7193e5bb8a8b (diff) |
Notes
Diffstat (limited to 'audio/ruby-freedb')
-rw-r--r-- | audio/ruby-freedb/Makefile | 8 | ||||
-rw-r--r-- | audio/ruby-freedb/pkg-plist | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/audio/ruby-freedb/Makefile b/audio/ruby-freedb/Makefile index f17da027723e..7cfd994b77df 100644 --- a/audio/ruby-freedb/Makefile +++ b/audio/ruby-freedb/Makefile @@ -26,13 +26,13 @@ EXAMPLES= test.rb post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} + ${MKDIR} ${RUBY_MODEXAMPLESDIR} .for f in ${EXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/ + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/ .endfor - ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME} + ${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/audio/ruby-freedb/pkg-plist b/audio/ruby-freedb/pkg-plist index 25cfd5368eaa..9168e061f530 100644 --- a/audio/ruby-freedb/pkg-plist +++ b/audio/ruby-freedb/pkg-plist @@ -1,6 +1,6 @@ %%RUBY_SITEARCHLIBDIR%%/freedb.so %%RUBY_SITELIBDIR%%/freedb_misc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/freedb/test.rb -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/freedb -%%PORTDOCS%%%%RUBY_DOCDIR%%/freedb/README -%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/freedb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test.rb +%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README +%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |