summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-03-10 06:42:22 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-03-10 06:42:22 +0000
commita7674c6fdfb9af88eef8b4e83bc62b4e0ae5b03a (patch)
treefe30a29a8458980cc7d4e0671903bd3fbdca567b /java
parent* Fix the problem of uninstall wiping out the local.cf file (diff)
Add another check for !PACKAGE_BUILDING when setting IGNORE
Notes
Notes: svn path=/head/; revision=77080
Diffstat (limited to 'java')
-rw-r--r--java/jdk12/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jdk12/Makefile b/java/jdk12/Makefile
index 59df588e403c..4aac03dd1401 100644
--- a/java/jdk12/Makefile
+++ b/java/jdk12/Makefile
@@ -91,7 +91,7 @@ ${DISTDIR}.\n
.endif
# Check for patchset
-.if !exists(${DISTDIR}/${PATCHSETFILE})
+.if !exists(${DISTDIR}/${PATCHSETFILE}) && !defined(PACKAGE_BUILDING)
ECHO_MSG=/usr/bin/printf
IGNORE= :\n\
The source distribution exists on your system, but due to\n\