diff options
author | jmc <jmc@pkgsrc.org> | 2002-03-12 22:30:10 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2002-03-12 22:30:10 +0000 |
commit | e379bc0e889f7d65153e6caba011640c9f758d10 (patch) | |
tree | 04c7e0437174184031fec6de5089dd2c77268288 | |
parent | 14e32c9494e7d811af438e9d9a220f1b97232bbd (diff) | |
download | pkgsrc-e379bc0e889f7d65153e6caba011640c9f758d10.tar.gz |
Convert to RESTRICTED format
-rw-r--r-- | audio/csound-bath/Makefile | 7 | ||||
-rw-r--r-- | audio/csound-manual/Makefile | 7 | ||||
-rw-r--r-- | audio/csound/Makefile | 7 |
3 files changed, 12 insertions, 9 deletions
diff --git a/audio/csound-bath/Makefile b/audio/csound-bath/Makefile index 184c1a750a3..1c294f1de07 100644 --- a/audio/csound-bath/Makefile +++ b/audio/csound-bath/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/09/09 20:36:12 agc Exp $ +# $NetBSD: Makefile,v 1.4 2002/03/12 22:30:10 jmc Exp $ # DISTNAME= Csound4.12 @@ -11,8 +11,9 @@ HOMEPAGE= http://www.csound.org COMMENT= software synthesizer and sequencer LICENSE= csound-license -NO_SRC_ON_CDROM= "no for-fee-redistribution" -NO_BIN_ON_CDROM= ${NO_SRC_ON_CDROM} +RESTRICTED= "no for-fee-redistribution" +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR} DIST_SUBDIR= csound diff --git a/audio/csound-manual/Makefile b/audio/csound-manual/Makefile index 9c380dd2bf8..40f69ab3095 100644 --- a/audio/csound-manual/Makefile +++ b/audio/csound-manual/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/06/05 16:54:04 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2002/03/12 22:31:04 jmc Exp $ # DISTNAME= csound-manual-4.10 @@ -20,8 +20,9 @@ HOMEPAGE= http://www.csound.org COMMENT= Manuals and examples for Csound LICENSE= csound-license -NO_SRC_ON_CDROM= "no for-fee-redistribution" -NO_BIN_ON_CDROM= ${NO_SRC_ON_CDROM} +RESTRICTED= "no for-fee-redistribution" +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} DIST_SUBDIR= csound-4.10 NO_BUILD= yes diff --git a/audio/csound/Makefile b/audio/csound/Makefile index 92c7eceb778..1b38ae714b4 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/01/11 14:50:31 skrll Exp $ +# $NetBSD: Makefile,v 1.6 2002/03/12 22:31:44 jmc Exp $ # DISTNAME= unofficial-csound-4.12.0.1b-linux.src @@ -11,8 +11,9 @@ HOMEPAGE= http://www.csound.org COMMENT= software synthesizer and sequencer LICENSE= csound-license -NO_SRC_ON_CDROM= "no for-fee-redistribution" -NO_BIN_ON_CDROM= ${NO_SRC_ON_CDROM} +RESTRICTED= "no for-fee-redistribution" +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} DIST_SUBDIR= csound USE_GMAKE= yes |