summaryrefslogtreecommitdiffstats
path: root/audio/ruby-audiofile/Makefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-10-06 21:08:30 +0000
committerknu <knu@FreeBSD.org>2002-10-06 21:08:30 +0000
commit3762885a8d60e005e66d49d09e37082a6604324a (patch)
treec2ca2f16115a296809f0407a67e1ef519d6ffccb /audio/ruby-audiofile/Makefile
parentbf19b7122ce4c6a1aca63f43dbee255f703e1114 (diff)
downloadFreeBSD-ports-3762885a8d60e005e66d49d09e37082a6604324a.zip
FreeBSD-ports-3762885a8d60e005e66d49d09e37082a6604324a.tar.gz
Use RUBY_MOD*.
Diffstat (limited to 'audio/ruby-audiofile/Makefile')
-rw-r--r--audio/ruby-audiofile/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/ruby-audiofile/Makefile b/audio/ruby-audiofile/Makefile
index ea077dd..9a14f61 100644
--- a/audio/ruby-audiofile/Makefile
+++ b/audio/ruby-audiofile/Makefile
@@ -36,12 +36,12 @@ post-patch:
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}/cddb
- ${INSTALL_DATA} ${WRKSRC}/test.rb ${RUBY_EXAMPLESDIR}/${PORTNAME}/
- ${INSTALL_DATA} ${CDDB_WRKSRC}/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/cddb/
- ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
+ ${MKDIR} ${RUBY_MODEXAMPLESDIR}/cddb
+ ${INSTALL_DATA} ${WRKSRC}/test.rb ${RUBY_MODEXAMPLESDIR}/
+ ${INSTALL_DATA} ${CDDB_WRKSRC}/* ${RUBY_MODEXAMPLESDIR}/cddb/
+ ${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif
OpenPOWER on IntegriCloud