mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
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
@ -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 New Issue
Block a user