diff options
author | tron <tron@pkgsrc.org> | 2001-02-13 11:47:00 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-13 11:47:00 +0000 |
commit | dd09712ae5f454989237851b3f3c14c294de9b6a (patch) | |
tree | 529ea5f358321ad9dd36c1377bd4bf0b2da85f9b /wm/sawfish/patches | |
parent | da46920fea498765b156b8cef97c90f321cc35ad (diff) | |
download | pkgsrc-dd09712ae5f454989237851b3f3c14c294de9b6a.tar.gz |
Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups with
"${LOCALBASE}".
Diffstat (limited to 'wm/sawfish/patches')
-rw-r--r-- | wm/sawfish/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/sawfish/patches/patch-aa b/wm/sawfish/patches/patch-aa index c43f8e3db09..0f8dfee6e2f 100644 --- a/wm/sawfish/patches/patch-aa +++ b/wm/sawfish/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2001/02/13 11:47:07 tron Exp $ --- configure.orig Thu Oct 19 17:48:32 2000 +++ configure @@ -7,7 +7,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $ sawfishdir='${datadir}/sawfish' lispdir='${sawfishdir}/${version}/lisp' -localedir='${sawfishdir}/${version}/locale' -+localedir='${prefix}/${LOCALEBASE}/locale' ++localedir='${prefix}/${LOCALEDIR}/locale' sawfishexecdir='${libexecdir}/sawfish/${version}/${host_type}' # Extract the first word of "gcc", so it can be a program name with args. |