diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2020-01-20 19:27:49 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2020-01-20 19:27:49 +0000 |
commit | 3f7f362352c961887a410cc8621aea79100b5a96 (patch) | |
tree | 521b10f9f0eae9e0bf9c5e884256816a2f9aa001 /Mk/bsd.port.mk | |
parent | 9fa57f3852f32e6c7b74a83062c4b674ef495c40 (diff) | |
download | ports-3f7f362352c961887a410cc8621aea79100b5a96.tar.gz ports-3f7f362352c961887a410cc8621aea79100b5a96.zip |
Notes
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 56a0089e3874..5a270b3c8922 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1032,7 +1032,7 @@ NOTPHONY?= FLAVORS?= FLAVOR?= OVERLAYS?= -REWARNFILE?= ${WRKDIR}/reinplace_warnings.txt +REWARNFILE= ${WRKDIR}/reinplace_warnings.txt # Disallow forced FLAVOR as make argument since we cannot change it to the # proper default. .if empty(FLAVOR) && !empty(.MAKEOVERRIDES:MFLAVOR) |