diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-16 02:56:29 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-16 02:56:29 +0000 |
commit | 8a650dee65fdcd57c9b7ad122302f4296a984571 (patch) | |
tree | f3164f3e5b4f5191ca5bbb3aeaf290f44cd6af12 /java | |
parent | 4820fa4509fa68704bce01f9c75fd9e1db08d655 (diff) |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/jai/Makefile | 2 | ||||
-rw-r--r-- | java/jdk16-doc/Makefile | 8 |
2 files changed, 3 insertions, 7 deletions
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 <bsd.port.pre.mk> .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 <glewis@FreeBSD.org> -# +# Created by: Greg Lewis <glewis@FreeBSD.org> # $FreeBSD$ -# PORTNAME= jdk-doc PORTVERSION= ${JDK_VERSION}.${JDK_UPDATE_VER} @@ -36,7 +32,7 @@ PORTDOCS= * .include <bsd.port.pre.mk> .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: |