- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user