aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-04-05 11:39:52 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-04-05 11:39:52 +0000
commitc31482bf451146c806544e42eb945082bc90a344 (patch)
treec87db33e42808b7a58b8837bf4e37a70b6bfb33d /audio
parentddc24aebc27b8c4499452250a3ba6183b0058007 (diff)
Do not dig RUBY_EXAMPLESDIR for nothing.
Reported by: kris
Notes
Notes: svn path=/head/; revision=78295
Diffstat (limited to 'audio')
-rw-r--r--audio/ruby-mp3info/Makefile2
-rw-r--r--audio/rubygem-mp3info/Makefile2
-rw-r--r--audio/rubygem-ruby-mp3info/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/audio/ruby-mp3info/Makefile b/audio/ruby-mp3info/Makefile
index 865c1c575774..5ac29566fe72 100644
--- a/audio/ruby-mp3info/Makefile
+++ b/audio/ruby-mp3info/Makefile
@@ -26,7 +26,7 @@ DOCS= CHANGELOG README doc
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}
+# ${MKDIR} ${RUBY_MODEXAMPLESDIR}
#.for f in ${EXAMPLES}
# ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/
#.endfor
diff --git a/audio/rubygem-mp3info/Makefile b/audio/rubygem-mp3info/Makefile
index 865c1c575774..5ac29566fe72 100644
--- a/audio/rubygem-mp3info/Makefile
+++ b/audio/rubygem-mp3info/Makefile
@@ -26,7 +26,7 @@ DOCS= CHANGELOG README doc
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}
+# ${MKDIR} ${RUBY_MODEXAMPLESDIR}
#.for f in ${EXAMPLES}
# ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/
#.endfor
diff --git a/audio/rubygem-ruby-mp3info/Makefile b/audio/rubygem-ruby-mp3info/Makefile
index 865c1c575774..5ac29566fe72 100644
--- a/audio/rubygem-ruby-mp3info/Makefile
+++ b/audio/rubygem-ruby-mp3info/Makefile
@@ -26,7 +26,7 @@ DOCS= CHANGELOG README doc
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}
+# ${MKDIR} ${RUBY_MODEXAMPLESDIR}
#.for f in ${EXAMPLES}
# ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/
#.endfor