- 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
This commit is contained in:
Bryan Drewery
2013-08-29 14:16:03 +00:00
parent 2890664339
commit bd78be73dd
21 changed files with 31 additions and 62 deletions
+2 -6
View File
@@ -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