diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-03-16 10:56:29 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-03-16 10:56:29 +0800 |
commit | 2645d9937b19ac3669ffe4262fa2e78386fa0717 (patch) | |
tree | f3164f3e5b4f5191ca5bbb3aeaf290f44cd6af12 /java/jdk16-doc | |
parent | 2104542c7d60419a051b2de52d7fb92e19db7aa6 (diff) | |
download | freebsd-ports-gnome-2645d9937b19ac3669ffe4262fa2e78386fa0717.tar.gz freebsd-ports-gnome-2645d9937b19ac3669ffe4262fa2e78386fa0717.tar.zst freebsd-ports-gnome-2645d9937b19ac3669ffe4262fa2e78386fa0717.zip |
- Remove needless quoting of BROKEN/IGNORE
- Trim headers
PR: ports/168908
With hat: portmgr
Diffstat (limited to 'java/jdk16-doc')
-rw-r--r-- | java/jdk16-doc/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
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: |