summaryrefslogtreecommitdiff
path: root/devel/glade/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-02-13 11:47:00 +0000
committertron <tron@pkgsrc.org>2001-02-13 11:47:00 +0000
commitdd09712ae5f454989237851b3f3c14c294de9b6a (patch)
tree529ea5f358321ad9dd36c1377bd4bf0b2da85f9b /devel/glade/Makefile
parentda46920fea498765b156b8cef97c90f321cc35ad (diff)
downloadpkgsrc-dd09712ae5f454989237851b3f3c14c294de9b6a.tar.gz
Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups with
"${LOCALBASE}".
Diffstat (limited to 'devel/glade/Makefile')
-rw-r--r--devel/glade/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/glade/Makefile b/devel/glade/Makefile
index 99e186d26bd..ba75034ad5d 100644
--- a/devel/glade/Makefile
+++ b/devel/glade/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2000/11/09 17:59:51 mycroft Exp $
+# $NetBSD: Makefile,v 1.19 2001/02/13 11:47:00 tron Exp $
# FreeBSD Id: Makefile,v 1.10 1998/11/18 17:35:16 vanilla Exp
#
@@ -16,9 +16,9 @@ GNU_CONFIGURE= yes
USE_X11BASE= yes
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
-CONFIGURE_ENV+= LOCALEBASE=${LOCALEBASE}
+CONFIGURE_ENV+= LOCALEDIR=${LOCALEDIR}
-PLIST_SUBST+= LOCALEBASE=${LOCALEBASE}
+PLIST_SUBST+= LOCALEDIR=${LOCALEDIR}
post-install:
${MKDIR} ${PREFIX}/share/doc/glade
@@ -36,12 +36,12 @@ post-install:
# The directory in which locale files are found is:
#
-# ${PREFIX}/${LOCALEBASE}/locale/<lang>/LC_MESSAGES
+# ${PREFIX}/${LOCALEDIR}/locale/<lang>/LC_MESSAGES
#
.if ${OPSYS} == "SunOS"
-LOCALEBASE= lib
+LOCALEDIR= lib
.else
-LOCALEBASE= share
+LOCALEDIR= share
.endif
.include "../../mk/bsd.pkg.mk"