aboutsummaryrefslogtreecommitdiffstats
path: root/www/ruby-http-access/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/ruby-http-access/Makefile')
-rw-r--r--www/ruby-http-access/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/ruby-http-access/Makefile b/www/ruby-http-access/Makefile
index 482c1218e4be..7f7aa125bb62 100644
--- a/www/ruby-http-access/Makefile
+++ b/www/ruby-http-access/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= http-access
-PORTVERSION= 2.G
+PORTVERSION= 2.H
CATEGORIES= www ruby
MASTER_SITES= http://www.jin.gr.jp/~nahi/Ruby/http-access/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -21,9 +21,9 @@ NO_BUILD= yes
do-install:
cd ${WRKSRC}; ${RUBY} install.rb
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${RUBY_MODEXAMPLESDIR}/
-.endif
+#.if !defined(NOPORTDOCS)
+# ${MKDIR} ${RUBY_MODEXAMPLESDIR}
+# ${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${RUBY_MODEXAMPLESDIR}/
+#.endif
.include <bsd.port.mk>