mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Train bsd.gnome.mk to use its own patch target, and not clobber
pre-patch. pre-patch is free to fill again. Many thanks to: eik
This commit is contained in:
parent
edb7504dbe
commit
50809c9727
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112340
@ -578,10 +578,12 @@ GNOME_PRE_PATCH+= ; ${${component}_PRE_PATCH}
|
||||
. endfor
|
||||
.endif
|
||||
|
||||
.if defined(GNOME_PRE_PATCH) && !target(pre-patch)
|
||||
.if defined(GNOME_PRE_PATCH)
|
||||
USE_REINPLACE= yes
|
||||
|
||||
pre-patch:
|
||||
pre-patch: gnome-pre-patch
|
||||
|
||||
gnome-pre-patch:
|
||||
@${GNOME_PRE_PATCH:C/^;//1}
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user