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 /devel/gettext/Makefile | |
parent | da46920fea498765b156b8cef97c90f321cc35ad (diff) | |
download | pkgsrc-dd09712ae5f454989237851b3f3c14c294de9b6a.tar.gz |
Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups with
"${LOCALBASE}".
Diffstat (limited to 'devel/gettext/Makefile')
-rw-r--r-- | devel/gettext/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index 518d42fd1ac..bd26d9f0193 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2001/01/14 05:31:12 tron Exp $ +# $NetBSD: Makefile,v 1.26 2001/02/13 11:47:00 tron Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp # @@ -18,7 +18,7 @@ CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" INFO_FILES= gettext.info -PLIST_SUBST+= LOCALEBASE=${LOCALEBASE} +PLIST_SUBST+= LOCALEDIR=${LOCALEDIR} post-patch: ${RM} -f ${WRKSRC}/intl/libgettext.h ${RM} -f ${WRKSRC}/intl/libintl.h |