diff options
author | agc <agc@pkgsrc.org> | 2002-07-02 11:29:11 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-07-02 11:29:11 +0000 |
commit | 2ddfedbb9175908599e5d68acb13ece49cd70516 (patch) | |
tree | e8e693d3ce20f7dfcf7fc679a9cea664d52ce2ce /audio/xmcd | |
parent | c182554f58f57df7312efae2143671ffd59c175a (diff) | |
download | pkgsrc-2ddfedbb9175908599e5d68acb13ece49cd70516.tar.gz |
Deprecate IS_INTERACTIVE
Mark this package with an interactive installation stage
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 6dc9d242041..ff291da426b 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2002/03/23 17:44:21 yyamano Exp $ +# $NetBSD: Makefile,v 1.32 2002/07/02 11:29:11 agc Exp $ DISTNAME= xmcd-3.0.2 CATEGORIES= audio @@ -15,7 +15,7 @@ PATCH_DIST_STRIP= -p1 WRKSRC= ${WRKDIR}/xmcd-3.0 USE_NCURSES= yes USE_IMAKE= yes -IS_INTERACTIVE= yes # asks a lot of questions +INTERACTIVE_STAGE= install MAKE_ENV+= SHELL=${SH} post-patch: |