From 2c50b3e55f4cb003a84e1d300a9cd896a2f7a96d Mon Sep 17 00:00:00 2001 From: Ernst de Haan Date: Thu, 10 Oct 2002 08:38:39 +0000 Subject: 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 --- java/linux-sun-jdk12/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'java/linux-sun-jdk12') diff --git a/java/linux-sun-jdk12/Makefile b/java/linux-sun-jdk12/Makefile index cede0c9f2c7b..852819b8a8c4 100644 --- a/java/linux-sun-jdk12/Makefile +++ b/java/linux-sun-jdk12/Makefile @@ -25,13 +25,9 @@ USE_LINUX= yes JDK_VERSION= 1.2.2.013 ONLY_FOR_ARCHS= i386 -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 - APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}jdk1.2.2 DOWNLOAD_URL= http://java.sun.com/Download5?config-file=${PORTNAME}-${JDK_VERSION:S/./_/g}.config&platform=linux-i586 -- cgit v1.2.3