diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-29 14:16:03 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-29 14:16:03 +0000 |
commit | bd78be73dd37098fe12c84249b26260a97aa8690 (patch) | |
tree | 9e5f9914857b88d20096ab74828a4f78a8fc2483 /java/netcomponents | |
parent | 2890664339f3f4be5834ab1130da80ff4c914a05 (diff) | |
download | ports-bd78be73dd37098fe12c84249b26260a97aa8690.tar.gz ports-bd78be73dd37098fe12c84249b26260a97aa8690.zip |
Notes
Diffstat (limited to 'java/netcomponents')
-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 |