diff options
author | agc <agc@pkgsrc.org> | 2002-07-02 11:30:02 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-07-02 11:30:02 +0000 |
commit | 30bf0f60bb870d1bf48ff136d3853e26664fc0f0 (patch) | |
tree | 36e1a0588c13644d54a40c582d1d4b63b8a2b415 /chat/ircu | |
parent | 2ddfedbb9175908599e5d68acb13ece49cd70516 (diff) | |
download | pkgsrc-30bf0f60bb870d1bf48ff136d3853e26664fc0f0.tar.gz |
Deprecate IS_INTERACTIVE
Mark this package with an interactive configuration stage
Diffstat (limited to 'chat/ircu')
-rw-r--r-- | chat/ircu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/ircu/Makefile b/chat/ircu/Makefile index 76549e0d42d..742fea4d823 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 |