diff options
author | agc <agc@pkgsrc.org> | 2004-06-09 22:46:48 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-06-09 22:46:48 +0000 |
commit | 5cb11c0f21e133b30673027dece9da72dc611550 (patch) | |
tree | 8e7802ead15ccea7ea84ba87249f0b43a1b0ca86 /audio/oss | |
parent | 785506550edec47e9b813b0e48665c358d7aa015 (diff) | |
download | pkgsrc-5cb11c0f21e133b30673027dece9da72dc611550.tar.gz |
The install stage of this package requires interactive acceptance of a
licence. Mark the package has having an interactive install stage.
Diffstat (limited to 'audio/oss')
-rw-r--r-- | audio/oss/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/oss/Makefile b/audio/oss/Makefile index e0d400a88ca..9a85bd5cd6a 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2004/04/01 11:23:32 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2004/06/09 22:46:48 agc Exp $ DISTNAME= oss-${OSS_VERSION} # Overridden below PKGNAME= oss-${OSS_VERSION} @@ -13,6 +13,8 @@ COMMENT= Open Sound System(TM) soundcard driver #ONLY_FOR_PLATFORM+= NetBSD-1.6_*-i386 OSVERSION_SPECIFIC= yes +INTERACTIVE_STAGE= install + PKG_INSTALLATION_TYPES= overwrite pkgviews DISTNAME= oss${OSS_VERSION:S/.//g}-netbsd-v1.6.2 |