diff options
Diffstat (limited to 'java/netcomponents/Makefile')
-rw-r--r-- | java/netcomponents/Makefile | 8 |
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 |