summaryrefslogtreecommitdiff
path: root/lang/ruby16/Makefile
diff options
context:
space:
mode:
authortv <tv>2005-01-21 16:36:41 +0000
committertv <tv>2005-01-21 16:36:41 +0000
commit515c9ccdba0c9621fbc66f935cee7051a97ea231 (patch)
tree6b75a93959882b0ef1328d2af8196f3961ba90aa /lang/ruby16/Makefile
parentbf9d4b60b24d2d679dc7c211e2dd1340e0f7993c (diff)
downloadpkgsrc-515c9ccdba0c9621fbc66f935cee7051a97ea231.tar.gz
nb1: Add entirely ugly but ultimately necessary workaround for Interix,
fortunately not required for ruby 1.8. Rather than printf-interpolating $DLDFLAGS, which screws with % characters, put %s in its place and supply $DLDFLAGS as an arg to printf.
Diffstat (limited to 'lang/ruby16/Makefile')
-rw-r--r--lang/ruby16/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile
index 1306e952cf7..bd6dbf2a33f 100644
--- a/lang/ruby16/Makefile
+++ b/lang/ruby16/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/11/27 14:14:05 taca Exp $
+# $NetBSD: Makefile,v 1.2 2005/01/21 16:36:41 tv Exp $
#
DISTNAME= ${RUBY_DISTNAME}
PKGNAME= ${RUBY_PKGPREFIX}-${RUBY_VERSION}
+PKGREVISION= 1
CATEGORIES= lang ruby
MASTER_SITES= ${MASTER_SITE_RUBY}