From 30bf0f60bb870d1bf48ff136d3853e26664fc0f0 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 2 Jul 2002 11:30:02 +0000 Subject: [PATCH] Deprecate IS_INTERACTIVE Mark this package with an interactive configuration stage --- chat/ircu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chat/ircu/Makefile b/chat/ircu/Makefile index 76549e0d42da..742fea4d8231 100644 --- a/chat/ircu/Makefile +++ b/chat/ircu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/16 13:51:27 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/07/02 11:30:02 agc Exp $ # DISTNAME= ircu2.10.04 @@ -13,7 +13,7 @@ HOMEPAGE= http://coder-com.undernet.org/ COMMENT= Internet Relay Chat server customized for Undernet GNU_CONFIGURE= yes -IS_INTERACTIVE= yes +INTERACTIVE_STAGE= configure post-configure: @${CP} ${FILESDIR}/config ${WRKSRC}/config/.config