aboutsummaryrefslogtreecommitdiff
path: root/java/jdk16-doc
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-08-29 14:16:03 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-08-29 14:16:03 +0000
commitbd78be73dd37098fe12c84249b26260a97aa8690 (patch)
tree9e5f9914857b88d20096ab74828a4f78a8fc2483 /java/jdk16-doc
parent2890664339f3f4be5834ab1130da80ff4c914a05 (diff)
downloadports-bd78be73dd37098fe12c84249b26260a97aa8690.tar.gz
ports-bd78be73dd37098fe12c84249b26260a97aa8690.zip
- Remove bogus conditional IGNORE for PACKAGE_BUILDING; these should
be IGNOREd regardless of PACKAGE_BUILDING. Soem have no MASTER_SITES and require manual fetching, others are already marked RESTRICTED. - Trim headers - Convert some pre-fetch errors into IGNORE - Remove needless quoting in java/jdk7-doc IGNORE With hat: portmgr
Notes
Notes: svn path=/head/; revision=325598
Diffstat (limited to 'java/jdk16-doc')
-rw-r--r--java/jdk16-doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jdk16-doc/Makefile b/java/jdk16-doc/Makefile
index 8a07da5d85cf..b8a93acbe68e 100644
--- a/java/jdk16-doc/Makefile
+++ b/java/jdk16-doc/Makefile
@@ -31,7 +31,7 @@ PORTDOCS= *
.include <bsd.port.pre.mk>
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
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