diff options
author | tron <tron@pkgsrc.org> | 2001-01-10 13:22:16 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-01-10 13:22:16 +0000 |
commit | bf5c2f953900d233d21d277a4e979cd1d6df9da7 (patch) | |
tree | 72a3e56c764369a868811198415709e5cbcd1601 /mail/mutt | |
parent | 8e16d675903065c232d8e05558695e68f2081939 (diff) | |
download | pkgsrc-bf5c2f953900d233d21d277a4e979cd1d6df9da7.tar.gz |
"LOCALEBASE" gets defined in "bsd.pkg.mk" now.
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 7bf2d59a367..60fc3961beb 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2000/11/22 16:09:36 hubertf Exp $ +# $NetBSD: Makefile,v 1.62 2001/01/10 13:26:32 tron Exp $ DISTNAME= mutt-1.2.5i CATEGORIES= mail @@ -46,11 +46,6 @@ CONFIGURE_ARGS+= --without-ssl .endif BUILD_DEFS+= MUTT_USE_SSL - -.if ${OPSYS} == "SunOS" -PLIST_SUBST+= LOCALEBASE=lib -.else -PLIST_SUBST+= LOCALEBASE=share -.endif +PLIST_SUBST+= LOCALEBASE=${LOCALEBASE} .include "../../mk/bsd.pkg.mk" |