diff options
author | tron <tron@pkgsrc.org> | 2001-02-26 20:19:43 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-26 20:19:43 +0000 |
commit | eaa668697ff4665cac9ef4ee1c809fb646ed9232 (patch) | |
tree | 05777537a7842cd2f8fdcb3806350b75a37d96cc /mail/mutt/Makefile | |
parent | ed13e58de405ea493d2ecdffdb2b81375ce06a1f (diff) | |
download | pkgsrc-eaa668697ff4665cac9ef4ee1c809fb646ed9232.tar.gz |
Use "PKGLOCALEDIR" instead of "LOCALEDIR".
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 700f3027cab..2c3345985ba 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2001/02/17 18:24:55 wiz Exp $ +# $NetBSD: Makefile,v 1.68 2001/02/26 20:19:45 tron Exp $ DISTNAME= mutt-1.2.5i CATEGORIES= mail @@ -46,6 +46,5 @@ CONFIGURE_ARGS+= --without-ssl .endif BUILD_DEFS+= MUTT_USE_SSL -PLIST_SUBST+= LOCALEDIR=${LOCALEDIR} .include "../../mk/bsd.pkg.mk" |