diff options
author | trevor <trevor@FreeBSD.org> | 2003-06-10 22:43:07 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-06-10 22:43:07 +0800 |
commit | ae6be1e79abd2defc71def0bf9897886385895d5 (patch) | |
tree | c6e89ed45de4f2270d997aca15d13ce28ed5922f /Mk/bsd.port.mk | |
parent | e0cefb43d8b9a76adb524b19979260e12a056a7d (diff) | |
download | freebsd-ports-gnome-ae6be1e79abd2defc71def0bf9897886385895d5.tar.gz freebsd-ports-gnome-ae6be1e79abd2defc71def0bf9897886385895d5.tar.zst freebsd-ports-gnome-ae6be1e79abd2defc71def0bf9897886385895d5.zip |
For the update-patches target, support PATCH_WRKSRC, which was
introduced in revision 1.356 of bsd.port.mk.
PR: 24292
Approved by: kris
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index c670e133978d..f7121443f926 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -3418,7 +3418,7 @@ fetch-list: # Generates patches. update-patches: - @toedit=`WRKSRC=${WRKSRC} PATCHDIR=${PATCHDIR} PATCH_LIST=${PATCHDIR}/patch-* \ + @toedit=`PATCH_WRKSRC=${PATCH_WRKSRC} PATCHDIR=${PATCHDIR} PATCH_LIST=${PATCHDIR}/patch-* \ DIFF_ARGS=${DIFF_ARGS} DISTORIG=${DISTORIG} \ ${SH} ${PORTSDIR}/Tools/scripts/update-patches`; \ case $$toedit in "");; \ |