summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-03-14 07:54:52 +0000
committertaca <taca@pkgsrc.org>2015-03-14 07:54:52 +0000
commita8d93c7f24f6d7b2c44728775df6ae4561dfd5ff (patch)
tree8582b432e0b64192ebdf5c3402a89876512ce0a5
parentf798c292bbf814cd53e51e64e0d1091034cd00d6 (diff)
downloadpkgsrc-a8d93c7f24f6d7b2c44728775df6ae4561dfd5ff.tar.gz
Fix ALTERNATIVES file.
Bump PKGREVISION.
-rw-r--r--textproc/ruby-tilt/ALTERNATIVES2
-rw-r--r--textproc/ruby-tilt/Makefile3
2 files changed, 3 insertions, 2 deletions
diff --git a/textproc/ruby-tilt/ALTERNATIVES b/textproc/ruby-tilt/ALTERNATIVES
index 51b7bfafe6b..0ee866044b9 100644
--- a/textproc/ruby-tilt/ALTERNATIVES
+++ b/textproc/ruby-tilt/ALTERNATIVES
@@ -1 +1 @@
-bin/tilt @PREFIX@/bin/tilt@RUBY_VER@
+bin/tilt @PREFIX@/bin/tilt@RUBY_SUFFIX@
diff --git a/textproc/ruby-tilt/Makefile b/textproc/ruby-tilt/Makefile
index acc63443743..6acf2806122 100644
--- a/textproc/ruby-tilt/Makefile
+++ b/textproc/ruby-tilt/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2014/03/18 14:32:20 taca Exp $
+# $NetBSD: Makefile,v 1.10 2015/03/14 07:54:52 taca Exp $
DISTNAME= tilt-1.4.1
+PKGREVISION= 1
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org