diff options
Diffstat (limited to 'mail/mutt-lite/Makefile')
-rw-r--r-- | mail/mutt-lite/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/mutt-lite/Makefile b/mail/mutt-lite/Makefile index 514aa1cff3ec..5e031f2b3b3a 100644 --- a/mail/mutt-lite/Makefile +++ b/mail/mutt-lite/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: mutt-devel-lite -# Date created: 30 May 2005 -# Whom: Udo Schweigert <udo.schweigert@siemens.com> -# +# Created by: Udo Schweigert <udo.schweigert@siemens.com> # $FreeBSD$ -# # Just to get a mutt-devel-lite pkg on pkg cluster MASTERDIR= ${.CURDIR}/../mutt @@ -14,4 +10,5 @@ CONFLICTS= ja-mutt-[0-9]* ja-mutt-devel-[0-9]* mutt-[0-9]* mutt-devel-[0-9]* mut MUTT_LITE= yes +NO_STAGE= yes .include "${MASTERDIR}/Makefile" |