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-xmms/Makefile | |
parent | 4aa34c64c500840cdcabfd0efafc7193e5bb8a8b (diff) |
Notes
Diffstat (limited to 'audio/ruby-xmms/Makefile')
-rw-r--r-- | audio/ruby-xmms/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/ruby-xmms/Makefile b/audio/ruby-xmms/Makefile index b136178d4306..d5964a8a2d2f 100644 --- a/audio/ruby-xmms/Makefile +++ b/audio/ruby-xmms/Makefile @@ -27,11 +27,11 @@ DOCS= AUTHORS COPYING ChangeLog README doc post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} - ${CP} -R ${WRKSRC}/examples/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/ - ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME} + ${MKDIR} ${RUBY_MODEXAMPLESDIR} + ${CP} -R ${WRKSRC}/examples/* ${RUBY_MODEXAMPLESDIR}/ + ${MKDIR} ${RUBY_MODDOCDIR} .for f in ${DOCS} - ${CP} -R ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ + ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor .endif |