aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-09-24 06:05:40 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-09-24 06:05:40 +0000
commit6919c4e8e4b89639d4e9698d9c257a0dd4103be9 (patch)
treecb75775a4743476348d5025a9189f4994ebb53cd
parentea7fd670eacc373b583969740e7fd7a0b811226a (diff)
downloadports-6919c4e8e4b89639d4e9698d9c257a0dd4103be9.tar.gz
ports-6919c4e8e4b89639d4e9698d9c257a0dd4103be9.zip
. s:NO_CDROM:RESTRICTED: as neither the distfiles nor the packages should
be on FTP sites according to my understanding of the license. Mea culpa. Approved by: portmgr (kris)
Notes
Notes: svn path=/head/; revision=89138
-rw-r--r--java/diablo-jdk13/Makefile2
-rw-r--r--java/diablo-jre13/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/java/diablo-jdk13/Makefile b/java/diablo-jdk13/Makefile
index 5617de09d4e5..95305e388371 100644
--- a/java/diablo-jdk13/Makefile
+++ b/java/diablo-jdk13/Makefile
@@ -33,7 +33,7 @@ RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/webfonts/fonts.dir:${PORTSDIR}/x11-font
RUN_DEPENDS+= ${LOCALBASE}/share/fonts/TrueType/arphic:${PORTSDIR}/chinese/arphicttf
.endif
-NO_CDROM= "License doesn't allow distribution with fee"
+RESTRICTED= "License doesn't allow distribution with fee"
USE_BZIP2= yes
USE_XLIB= yes
diff --git a/java/diablo-jre13/Makefile b/java/diablo-jre13/Makefile
index a2c256f24682..bc596faeeb94 100644
--- a/java/diablo-jre13/Makefile
+++ b/java/diablo-jre13/Makefile
@@ -33,7 +33,7 @@ RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/webfonts/fonts.dir:${PORTSDIR}/x11-font
RUN_DEPENDS+= ${LOCALBASE}/share/fonts/TrueType/arphic:${PORTSDIR}/chinese/arphicttf
.endif
-NO_CDROM= "License doesn't allow distribution with fee"
+RESTRICTED= "License doesn't allow distribution with fee"
USE_BZIP2= yes
USE_XLIB= yes