diff options
-rw-r--r-- | mail/Makefile | 2 | ||||
-rw-r--r-- | mail/mutt-lite/Makefile (renamed from mail/mutt-devel-lite/Makefile) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/Makefile b/mail/Makefile index 7b5eddd1900e..945da3f5d27d 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -302,7 +302,7 @@ SUBDIR += mutt SUBDIR += mutt14 SUBDIR += mutt14-lite -# SUBDIR += mutt-lite + SUBDIR += mutt-lite SUBDIR += mutt_vc_query SUBDIR += muttils SUBDIR += muttzilla diff --git a/mail/mutt-devel-lite/Makefile b/mail/mutt-lite/Makefile index ba735c5f918f..514aa1cff3ec 100644 --- a/mail/mutt-devel-lite/Makefile +++ b/mail/mutt-lite/Makefile @@ -6,11 +6,11 @@ # # Just to get a mutt-devel-lite pkg on pkg cluster -MASTERDIR= ${.CURDIR}/../mutt-devel +MASTERDIR= ${.CURDIR}/../mutt COMMENT= The Mongrel of Mail User Agents (development version, lite package) -CONFLICTS= ja-mutt-[0-9]* ja-mutt-devel-[0-9]* mutt-[0-9]* mutt-devel-[0-9]* mutt-lite-[0-9]* zh-mutt-devel-[0-9]* +CONFLICTS= ja-mutt-[0-9]* ja-mutt-devel-[0-9]* mutt-[0-9]* mutt-devel-[0-9]* mutt-lite-1.4* zh-mutt-devel-[0-9]* MUTT_LITE= yes |