summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenami <enami@pkgsrc.org>2010-12-16 06:58:20 +0000
committerenami <enami@pkgsrc.org>2010-12-16 06:58:20 +0000
commitd7fefeba4cb9f4b8c0146f967d987b3480f91c19 (patch)
tree23638a362780e6a46fe8310189cedc7b93518d23
parent8d9c151168e958a111893a6125060c052c154d57 (diff)
downloadpkgsrc-d7fefeba4cb9f4b8c0146f967d987b3480f91c19.tar.gz
Fix the location of SITE_ARCH_DIR. It was changed not to include
full gauche version in r6983 of sourceforge repository.
-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}