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 /mail/mutt/Makefile | |
parent | da46920fea498765b156b8cef97c90f321cc35ad (diff) | |
download | pkgsrc-dd09712ae5f454989237851b3f3c14c294de9b6a.tar.gz |
Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups with
"${LOCALBASE}".
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index c34916d8bc4..d5f1f58c01d 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2001/02/12 14:53:57 tron Exp $ +# $NetBSD: Makefile,v 1.66 2001/02/13 11:47:02 tron Exp $ DISTNAME= mutt-1.2.5i CATEGORIES= mail @@ -45,6 +45,6 @@ CONFIGURE_ARGS+= --without-ssl .endif BUILD_DEFS+= MUTT_USE_SSL -PLIST_SUBST+= LOCALEBASE=${LOCALEBASE} +PLIST_SUBST+= LOCALEDIR=${LOCALEDIR} .include "../../mk/bsd.pkg.mk" |