aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2003-04-05 19:39:52 +0800
committerknu <knu@FreeBSD.org>2003-04-05 19:39:52 +0800
commit59b8ebd94e12b0828e8fcc332c42b74e1b749537 (patch)
tree5ca4a37334736b9ff6b9f5ebf1f7672360d19d72
parentbd80fbbc0368e739cdf93a2dec0af6bd56bb0ff0 (diff)
downloadfreebsd-ports-gnome-59b8ebd94e12b0828e8fcc332c42b74e1b749537.tar.gz
freebsd-ports-gnome-59b8ebd94e12b0828e8fcc332c42b74e1b749537.tar.zst
freebsd-ports-gnome-59b8ebd94e12b0828e8fcc332c42b74e1b749537.zip
Do not dig RUBY_EXAMPLESDIR for nothing.
Reported by: kris
-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