summaryrefslogtreecommitdiff
path: root/java/netcomponents/Makefile
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/netcomponents/Makefile
parent- This is not BROKEN, it just needs manual fetching. Remove (diff)
- 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/netcomponents/Makefile')
-rw-r--r--java/netcomponents/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/java/netcomponents/Makefile b/java/netcomponents/Makefile
index 752deb097c26..90b6b27fd429 100644
--- a/java/netcomponents/Makefile
+++ b/java/netcomponents/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: NetComponents
-# Date created: November 9, 2002
-# Whom: Ernst de Haan <znerd@FreeBSD.org>
-#
+# Created by: Ernst de Haan <znerd@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= netcomponents
PORTVERSION= 1.3.8
@@ -27,7 +23,7 @@ JARFILE= NetComponents.jar
.include <bsd.port.pre.mk>
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE= must be manually fetched from ${MASTER_SITES}. Download\
${DISTFILES}, place it in ${DISTDIR} and restart this build
.endif