From 8a650dee65fdcd57c9b7ad122302f4296a984571 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Sat, 16 Mar 2013 02:56:29 +0000 Subject: - Remove needless quoting of BROKEN/IGNORE - Trim headers PR: ports/168908 With hat: portmgr --- java/jai/Makefile | 2 +- java/jdk16-doc/Makefile | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) (limited to 'java') diff --git a/java/jai/Makefile b/java/jai/Makefile index 3e670dc6a9c1..68be4c85ac4c 100644 --- a/java/jai/Makefile +++ b/java/jai/Makefile @@ -37,7 +37,7 @@ PORTDOCS= \ .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) -IGNORE= You must manually fetch from the \"Java Advanced Imaging API 1.1.3 Download Page\", the \"Java (no native acceleration)\" distribution \(${DISTNAME}${EXTRACT_SUFX}\) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again +IGNORE= you must manually fetch from the "Java Advanced Imaging API 1.1.3 Download Page", the "Java (no native acceleration)" distribution (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again .endif do-install: diff --git a/java/jdk16-doc/Makefile b/java/jdk16-doc/Makefile index 6193b98e24c2..8a07da5d85cf 100644 --- a/java/jdk16-doc/Makefile +++ b/java/jdk16-doc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jdk16-doc -# Date created: August 18, 2007 -# Whom: Greg Lewis -# +# Created by: Greg Lewis # $FreeBSD$ -# PORTNAME= jdk-doc PORTVERSION= ${JDK_VERSION}.${JDK_UPDATE_VER} @@ -36,7 +32,7 @@ PORTDOCS= * .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) -IGNORE=You must manually fetch ${DISTNAME}${EXTRACT_SUFX} from ${DOWNLOAD_URL} by selecting the \"Download\" link for the \"Java SE 6 Documentation\", place it in ${DISTDIR} and then run make again +IGNORE= you must manually fetch ${DISTNAME}${EXTRACT_SUFX} from ${DOWNLOAD_URL} by selecting the "Download" link for the "Java SE 6 Documentation", place it in ${DISTDIR} and then run make again .endif do-install: -- cgit v1.2.3