diff options
author | obache <obache> | 2011-09-01 15:01:12 +0000 |
---|---|---|
committer | obache <obache> | 2011-09-01 15:01:12 +0000 |
commit | fc363f1c93f4d2b6611d2dbfec6cb093c338006c (patch) | |
tree | 8e457bec82022c8c257df6810e02f413f6515221 /textproc | |
parent | 86c053d58cc01c20f748d845d87ade3468428f82 (diff) | |
download | pkgsrc-fc363f1c93f4d2b6611d2dbfec6cb093c338006c.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 |