aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-09-03 14:21:24 +0800
committerkris <kris@FreeBSD.org>2006-09-03 14:21:24 +0800
commit635eb2114b8a99cd18ad95353c04deca97391ddc (patch)
tree1791005856840d4f1f115659d88589472df1836a /www
parent6dc367398ff49a0ed37511217eb6a2501ab825fa (diff)
downloadfreebsd-ports-gnome-635eb2114b8a99cd18ad95353c04deca97391ddc.tar.gz
freebsd-ports-gnome-635eb2114b8a99cd18ad95353c04deca97391ddc.tar.zst
freebsd-ports-gnome-635eb2114b8a99cd18ad95353c04deca97391ddc.zip
Allow package builds
Diffstat (limited to 'www')
-rw-r--r--www/hotjava/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/hotjava/Makefile b/www/hotjava/Makefile
index 49076dd56f3b..6a8f3580a83f 100644
--- a/www/hotjava/Makefile
+++ b/www/hotjava/Makefile
@@ -26,7 +26,7 @@ NO_CDROM= "See the licence"
RESTRICTED= "Licenced for individual non-commercial use only"
.include <bsd.port.pre.mk>
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
IGNORE='You must fetch the linux version manually from http://java.sun.com/products/hotjava/ and copy the file to ${DISTDIR} and run make again.'
.endif