aboutsummaryrefslogtreecommitdiff
path: root/java/collections
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-03 06:21:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-03 06:21:24 +0000
commit8d4dc415b8d9c1049c2779cabc72a4ab49207c70 (patch)
tree47bffbfc78239cf4c5525b8764b97d3520d7b41d /java/collections
parent186f1c7e3a4b7f5a6a1558a8cac28086935f6a81 (diff)
Notes
Diffstat (limited to 'java/collections')
-rw-r--r--java/collections/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/collections/Makefile b/java/collections/Makefile
index 7464e43d2524..00ffbf1f9ec8 100644
--- a/java/collections/Makefile
+++ b/java/collections/Makefile
@@ -30,7 +30,7 @@ JARFILE= collections.jar
PLIST_FILES+= %%JAVAJARDIR%%/${JARFILE}
.include <bsd.port.pre.mk>
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
DOWNLOAD_URL= "http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=7264-collections-1.1-oth-JPR&SiteId=JSC&TransactionId=noreg"
IGNORE= "You must manually fetch ${DISTNAME}${EXTRACT_SUFX} from ${DOWNLOAD_URL} and place it in ${DISTDIR} then run make again"
.endif