diff options
author | jmc <jmc> | 2002-03-12 22:30:10 +0000 |
---|---|---|
committer | jmc <jmc> | 2002-03-12 22:30:10 +0000 |
commit | 52afe1a6796f44593bdf8c5c79230210582ef3da (patch) | |
tree | 04c7e0437174184031fec6de5089dd2c77268288 /audio/csound-bath | |
parent | b6ca1b05a54b4901555b65402910722e3d79a167 (diff) | |
download | pkgsrc-52afe1a6796f44593bdf8c5c79230210582ef3da.tar.gz |
Convert to RESTRICTED format
Diffstat (limited to 'audio/csound-bath')
-rw-r--r-- | audio/csound-bath/Makefile | 7 |
1 files changed, 4 insertions, 3 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 |