From 7551c867b5346483550a954ed78b32e27b64c861 Mon Sep 17 00:00:00 2001 From: lebel Date: Fri, 11 Jan 2002 04:12:26 +0000 Subject: [PATCH] no need to define SUPDISTFILES when the FLAVOR compressed isn't specified. --- mail/mutt/snapshot/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mail/mutt/snapshot/Makefile b/mail/mutt/snapshot/Makefile index 623e718680c..1696fa8ce0b 100644 --- a/mail/mutt/snapshot/Makefile +++ b/mail/mutt/snapshot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2002/01/11 04:06:38 lebel Exp $ +# $OpenBSD: Makefile,v 1.12 2002/01/11 04:12:26 lebel Exp $ COMMENT= "tty-based e-mail client, development version" @@ -51,7 +51,6 @@ PATCH_DIST_STRIP=-p1 CONFIGURE_ARGS+= --enable-compressed CONFIGURE_STYLE= autoconf .else -SUPDISTFILES+= patch-${VERSION}.rr.compressed.2.gz:0 CONFIGURE_STYLE= gnu .endif