summaryrefslogtreecommitdiff
path: root/lang/gauche/PLIST
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-02-20 13:51:12 +0000
committerobache <obache@pkgsrc.org>2010-02-20 13:51:12 +0000
commite2f0cf964aa5e9bc915b03a1c6df6d29e763f0ee (patch)
tree02b3430bade0cd5697c24266bb654f7f273fa497 /lang/gauche/PLIST
parent978c1a2c02dd09a6022e8541803894105f559505 (diff)
downloadpkgsrc-e2f0cf964aa5e9bc915b03a1c6df6d29e763f0ee.tar.gz
Add user-destdir support, inspired by Gauche.spec in source tarball.
Diffstat (limited to 'lang/gauche/PLIST')
-rw-r--r--lang/gauche/PLIST5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/gauche/PLIST b/lang/gauche/PLIST
index 46f343d53f7..d2891fd3fe2 100644
--- a/lang/gauche/PLIST
+++ b/lang/gauche/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2009/11/27 09:26:06 enami Exp $
+@comment $NetBSD: PLIST,v 1.23 2010/02/20 13:51:12 obache Exp $
bin/gauche-cesconv
bin/gauche-config
bin/gauche-install
@@ -220,7 +220,7 @@ share/gauche/${PKGVERSION}/lib/rfc/sha1.scm
share/gauche/${PKGVERSION}/lib/rfc/uri.scm
share/gauche/${PKGVERSION}/lib/rfc/zlib.scm
share/gauche/${PKGVERSION}/lib/slib.scm
-share/gauche/${PKGVERSION}/lib/slibcat
+@unexec ${RM} -f %D/share/gauche/${PKGVERSION}/lib/slibcat || ${TRUE}
share/gauche/${PKGVERSION}/lib/srfi-0.scm
share/gauche/${PKGVERSION}/lib/srfi-1.scm
share/gauche/${PKGVERSION}/lib/srfi-11.scm
@@ -288,3 +288,4 @@ share/gauche/${PKGVERSION}/template.module.scm
share/gauche/${PKGVERSION}/template.test.scm
@pkgdir lib/gauche/site/${PKGVERSION}/${MACHINE_GNU_PLATFORM}
@pkgdir share/gauche/site/lib
+@exec %D/bin/gosh -ftest -uslib -E"require 'new-catalog" -Eexit || ${TRUE}