Add another check for !PACKAGE_BUILDING when setting IGNORE
This commit is contained in:
parent
3d9d1b8614
commit
a7674c6fdf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77080
1 changed files with 1 additions and 1 deletions
|
@ -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\
|
||||
|
|
Loading…
Reference in a new issue