summaryrefslogtreecommitdiff
path: root/lang/gauche
diff options
context:
space:
mode:
authorenami <enami>2010-12-16 06:58:20 +0000
committerenami <enami>2010-12-16 06:58:20 +0000
commita7e2f3c2ddc4d5b1f3fbc3d267f7fce2c3840d34 (patch)
tree23638a362780e6a46fe8310189cedc7b93518d23 /lang/gauche
parented5592ace4447214e2dbd952832006cfcea84e22 (diff)
downloadpkgsrc-a7e2f3c2ddc4d5b1f3fbc3d267f7fce2c3840d34.tar.gz
Fix the location of SITE_ARCH_DIR. It was changed not to include
full gauche version in r6983 of sourceforge repository.
Diffstat (limited to 'lang/gauche')
-rw-r--r--lang/gauche/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gauche/PLIST b/lang/gauche/PLIST
index 07130f0a9d3..7f3088ec296 100644
--- a/lang/gauche/PLIST
+++ b/lang/gauche/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2010/12/16 03:42:09 asau Exp $
+@comment $NetBSD: PLIST,v 1.25 2010/12/16 06:58:20 enami Exp $
bin/gauche-cesconv
bin/gauche-config
bin/gauche-install
@@ -304,6 +304,6 @@ share/gauche-0.9/${PKGVERSION}/template.extension.h
share/gauche-0.9/${PKGVERSION}/template.extensionlib.stub
share/gauche-0.9/${PKGVERSION}/template.module.scm
share/gauche-0.9/${PKGVERSION}/template.test.scm
-@pkgdir lib/gauche-0.9/site/${PKGVERSION}/${MACHINE_GNU_PLATFORM}
+@pkgdir lib/gauche-0.9/site/${MACHINE_GNU_PLATFORM}
@pkgdir share/gauche-0.9/site/lib
@exec %D/bin/gosh -ftest -uslib -E"require 'new-catalog" -Eexit || ${TRUE}