diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-03-20 08:33:44 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-03-20 08:33:44 +0000 |
commit | e63e1e8bc1b8b323bce9a98362314d84345ba508 (patch) | |
tree | 5003a03884d7122e72ecde5ea648ffeaea4c6fbc | |
parent | b04801b3208ad85eba4215aa60aeff8898a4c802 (diff) |
With portmgr hat on, mark both of these ports as RESTRICTED. According
to the following URL, to redistribute the distfiles for anything other
than internal company or individual use, a redistribution permission
form must be filled out:
http://www.adobe.com/products/acrobat/distribute.html
Noticed by: Joerg Wunsch <j@uriah.heep.sax.de>
Notes
Notes:
svn path=/head/; revision=131697
-rw-r--r-- | LEGAL | 6 | ||||
-rw-r--r-- | print/acroread/Makefile | 1 | ||||
-rw-r--r-- | print/acroread7/Makefile | 1 |
3 files changed, 8 insertions, 0 deletions
@@ -36,6 +36,12 @@ Dist Port Why binary form ac3dlx* graphics/linux-ac3d Commercial license, no distribution +acroread/linux-5*.tar.gz devel/acroread Must fill out redistribution + form at + http://www.adobe.com/products/acrobat/distribute.html +acroread/AdobeReader_*-7*.*.rpm devel/acroread7 Must fill out redistribution + form at + http://www.adobe.com/products/acrobat/distribute.html actx-* games/actx Contains commercial character data adom-* games/adom Copy of CD must be sent to diff --git a/print/acroread/Makefile b/print/acroread/Makefile index ca9e8e42de43..d715e2560ff7 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -15,6 +15,7 @@ MASTER_SITES= http://download.adobe.com/pub/adobe/acrobatreader/unix/5.x/ \ .include <bsd.port.pre.mk> DISTNAME= linux-5010 DIST_SUBDIR= acroread +RESTRICTED= "Must fill out redistribution form at http://www.adobe.com/products/acrobat/distribute.html" MAINTAINER= trevor@FreeBSD.org COMMENT= View, distribute and print PDF documents diff --git a/print/acroread7/Makefile b/print/acroread7/Makefile index 0337b4951633..2273abc71f9f 100644 --- a/print/acroread7/Makefile +++ b/print/acroread7/Makefile @@ -14,6 +14,7 @@ DISTNAME= AdobeReader_enu-7.0.0-1.i386.rpm EXTRACT_SUFX= DIST_SUBDIR= acroread EXTRACT_ONLY= +RESTRICTED= "Must fill out redistribution form at http://www.adobe.com/products/acrobat/distribute.html" MAINTAINER= trevor@FreeBSD.org COMMENT= View, distribute and print PDF documents |