diff options
author | agc <agc> | 2002-07-02 11:27:44 +0000 |
---|---|---|
committer | agc <agc> | 2002-07-02 11:27:44 +0000 |
commit | cc1a769eb59a2cd163adc8f9ab0868791bab4443 (patch) | |
tree | dace52a6b37936aff55ff94babcee4f152e3054b /audio/cddbd | |
parent | 9d1101219400c854a4f16cfe1acb53a16e75d9e4 (diff) | |
download | pkgsrc-cc1a769eb59a2cd163adc8f9ab0868791bab4443.tar.gz |
Deprecate IS_INTERACTIVE
Mark this package with configure and install interactive stages.
Diffstat (limited to 'audio/cddbd')
-rw-r--r-- | audio/cddbd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/cddbd/Makefile b/audio/cddbd/Makefile index 4b6274792ed..0a53cde12c7 100644 --- a/audio/cddbd/Makefile +++ b/audio/cddbd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/16 13:30:33 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2002/07/02 11:27:44 agc Exp $ # DISTNAME= cddbd-1.3.1 @@ -14,7 +14,7 @@ MAINTAINER= bjn@visi.com HOMEPAGE= http://www.moonsoft.com/software.html COMMENT= Internet CD Database Server -IS_INTERACTIVE= yes +INTERACTIVE_STAGE= configure install NO_PACKAGE= too interactive MAKEFILE= makefile |