aboutsummaryrefslogtreecommitdiff
path: root/java/infobus
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/infobus
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/infobus')
-rw-r--r--java/infobus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/infobus/Makefile b/java/infobus/Makefile
index 067e02a6240a..fcdd00481d55 100644
--- a/java/infobus/Makefile
+++ b/java/infobus/Makefile
@@ -23,7 +23,7 @@ PORTDOCS= *
.endif
.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 the distribution from http://java.sun.com/products/archive/javabeans/infobus/downloads.html and place it in ${DISTDIR} then run make again
.endif