aboutsummaryrefslogtreecommitdiff
path: root/java/jaf
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-03 06:21:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-03 06:21:24 +0000
commit8d4dc415b8d9c1049c2779cabc72a4ab49207c70 (patch)
tree47bffbfc78239cf4c5525b8764b97d3520d7b41d /java/jaf
parent186f1c7e3a4b7f5a6a1558a8cac28086935f6a81 (diff)
downloadports-8d4dc415b8d9c1049c2779cabc72a4ab49207c70.tar.gz
ports-8d4dc415b8d9c1049c2779cabc72a4ab49207c70.zip
Notes
Diffstat (limited to 'java/jaf')
-rw-r--r--java/jaf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jaf/Makefile b/java/jaf/Makefile
index a5d9bf19cd88..efd5da0721ba 100644
--- a/java/jaf/Makefile
+++ b/java/jaf/Makefile
@@ -32,7 +32,7 @@ PORTDOCS= ${DOCFILES1} ${DOCFILES2}
PLIST_FILES= %%JAVAJARDIR%%/activation.jar
.include <bsd.port.pre.mk>
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
IGNORE= You must manually fetch the distribution from ${DOWNLOAD_URL} and place it in ${DISTDIR} then run make again
.endif