diff options
author | obache <obache@pkgsrc.org> | 2011-09-01 15:01:12 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-09-01 15:01:12 +0000 |
commit | 7aaf383ea36e2b3ac029aa41a50127b521c17e29 (patch) | |
tree | 8e457bec82022c8c257df6810e02f413f6515221 /textproc | |
parent | 6b782012283e300aab9010a64c73ff324c8ea5bc (diff) | |
download | pkgsrc-7aaf383ea36e2b3ac029aa41a50127b521c17e29.tar.gz |
fix regression of executable suffix substitude in PLIST at last update.
noticed by joerg@ via private mail.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-tilt/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-tilt/PLIST b/textproc/ruby-tilt/PLIST index 2796b729e09..8f7a8318923 100644 --- a/textproc/ruby-tilt/PLIST +++ b/textproc/ruby-tilt/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2011/08/25 11:30:44 obache Exp $ -bin/tilt18 +@comment $NetBSD: PLIST,v 1.3 2011/09/01 15:01:12 obache Exp $ +bin/tilt${RUBY_VER} ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/COPYING ${GEM_LIBDIR}/Gemfile |