diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-01-29 03:42:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-01-29 03:42:19 +0000 |
commit | 4fe54831a30fe5fc58a7df7451b1c78ca95c50cf (patch) | |
tree | 296fcef2313389bf53094ead2b1dd0683ff6129d /audio | |
parent | ba526deb918eaa3639f88befb985c592078c3fe8 (diff) |
After discussion with maintainer, change RESTRICTED to NO_CDROM. It appears
that this corresponds more closely with "no commercial use". In practice
this will only affect mirroring things on the FTP site.
Hat: portmgr
Discussed with: nork
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=268358
Diffstat (limited to 'audio')
-rw-r--r-- | audio/eawplus/Makefile | 2 | ||||
-rw-r--r-- | audio/guspat/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/eawplus/Makefile b/audio/eawplus/Makefile index 0cd8bab5fe1f..892d916b8d93 100644 --- a/audio/eawplus/Makefile +++ b/audio/eawplus/Makefile @@ -19,7 +19,7 @@ COMMENT= E.A.W.+Izumo+Tamuki collection of Gravis Ultrasound MIDI patches RUN_DEPENDS= ${LOCALBASE}/share/eawpats/acbass.pat:${PORTSDIR}/audio/eawpats \ ${LOCALBASE}/share/guspat/inst/GUS/acbass.pat:${PORTSDIR}/audio/guspat -RESTRICTED= Some of the patches are marked no-commercial-use +NO_CDROM= Some of the patches are marked no-commercial-use NO_WRKSUBDIR= yes diff --git a/audio/guspat/Makefile b/audio/guspat/Makefile index e5c2097c05f1..3be224f18ec9 100644 --- a/audio/guspat/Makefile +++ b/audio/guspat/Makefile @@ -21,7 +21,7 @@ COMMENT= Izumo collection of Gravis Ultrasound MIDI patches # Not useful without timidity. RUN_DEPENDS= timidity:${PORTSDIR}/audio/timidity++ -RESTRICTED= Some of the patches are marked no-commercial-use +NO_CDROM= Some of the patches are marked no-commercial-use NO_BUILD= yes |