summaryrefslogtreecommitdiff
path: root/misc/gnome-pim/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gnome-pim/Makefile')
-rw-r--r--misc/gnome-pim/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/gnome-pim/Makefile b/misc/gnome-pim/Makefile
index 4589cf62290..f6cfc8099b0 100644
--- a/misc/gnome-pim/Makefile
+++ b/misc/gnome-pim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2001/02/06 03:16:58 fredb Exp $
+# $NetBSD: Makefile,v 1.23 2001/02/13 11:47:03 tron Exp $
#
DISTNAME= gnome-pim-1.2.0
@@ -19,9 +19,9 @@ USE_X11BASE= # defined
GNU_CONFIGURE= # defined
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
- LOCALEBASE=${LOCALEBASE}
+ LOCALEDIR=${LOCALEDIR}
-PLIST_SUBST+= LOCALEBASE=${LOCALEBASE}
+PLIST_SUBST+= LOCALEDIR=${LOCALEDIR}
AUTOGEN_ENV= NOCONFIGURE=1
AUTOGEN_ENV+= srcdir=${WRKSRC}
@@ -33,12 +33,12 @@ pre-configure:
# 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"