aboutsummaryrefslogtreecommitdiff
path: root/java/linux-sun-jdk14
diff options
context:
space:
mode:
authorErnst de Haan <znerd@FreeBSD.org>2002-10-10 08:38:39 +0000
committerErnst de Haan <znerd@FreeBSD.org>2002-10-10 08:38:39 +0000
commit2c50b3e55f4cb003a84e1d300a9cd896a2f7a96d (patch)
tree29d0c757329aa501ce8f8768135bb25f5659a067 /java/linux-sun-jdk14
parent9f43ab1dd812b4f275f24181649737b69659cf85 (diff)
downloadports-2c50b3e55f4cb003a84e1d300a9cd896a2f7a96d.tar.gz
ports-2c50b3e55f4cb003a84e1d300a9cd896a2f7a96d.zip
Not using IGNORE anymore to avoid package building.
.if defined(BATCH) || defined(PACKAGE_BUILDING) IGNORE= "You can not legally distribute binaries" .endif This was superfluous and inhibiting package builds of things that depend on the port. Having RESTRICTED and NO_CDROM is enough to ensure that a package will not appear on the FTP site or a CDROM (it will be built and used as a basis for other packages to build with, but will be deleted at the end of the build run). Requested by: kris Reviewed by: portmgr (silence) PR: 42758
Notes
Notes: svn path=/head/; revision=67730
Diffstat (limited to 'java/linux-sun-jdk14')
-rw-r--r--java/linux-sun-jdk14/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/java/linux-sun-jdk14/Makefile b/java/linux-sun-jdk14/Makefile
index e12573df0041..e7eab65d1100 100644
--- a/java/linux-sun-jdk14/Makefile
+++ b/java/linux-sun-jdk14/Makefile
@@ -18,13 +18,9 @@ MAINTAINER= znerd@FreeBSD.org
BUILD_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base
RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper
-NO_CDROM= "License doesn\'t allow distribution with fee"
+NO_CDROM= "License does not allow distribution with fee"
RESTRICTED= "Redistribution of repackaged binaries not permitted"
-.if defined(BATCH) || defined(PACKAGE_BUILDING)
-IGNORE="You can not legally distribute binaries"
-.endif
-
EXTRACT_CMD= # empty
EXTRACT_BEFORE_ARGS= # empty
EXTRACT_AFTER_ARGS= # empty