summaryrefslogtreecommitdiff
path: root/lang/scm/files/require.scm
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-04 20:47:21 +0000
committerjlam <jlam>2006-04-04 20:47:21 +0000
commit6a64b9c51405831144d420a2b3206dc739b386a0 (patch)
tree916dc00b76e3a6f63a0363e150de5dec5dff1cac /lang/scm/files/require.scm
parentc9a3be508d6dfcdfdbfdd01ef3b1e54d45b64f79 (diff)
downloadpkgsrc-6a64b9c51405831144d420a2b3206dc739b386a0.tar.gz
Honor PKGINFODIR and PKGMANDIR and set the correct location of the slib
*.scm files. Also properly separate out the configure step into its own target.
Diffstat (limited to 'lang/scm/files/require.scm')
-rw-r--r--lang/scm/files/require.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/scm/files/require.scm b/lang/scm/files/require.scm
index 57e06a46119..5b410d42f4d 100644
--- a/lang/scm/files/require.scm
+++ b/lang/scm/files/require.scm
@@ -1,2 +1,2 @@
-(define (library-vicinity) "@LOCALBASE@/share/slib/")
+(define (library-vicinity) "@SLIB_PREFIX@/share/slib/")
(load (in-vicinity (library-vicinity) "require"))