Provide temporary workaround for problem with USE_REINPLACE in ports

converted to USE_GNOMENG. The real fix for bsd.port.mk will be committed
later, after portmgr@ approval.

Prompted by:	Rasmus Skaarup <mfbsd@skaarup.org>
This commit is contained in:
Maxim Sobolev 2002-07-05 10:00:02 +00:00
parent 3a063f9045
commit 650e6590fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62471

View file

@ -1,3 +1,7 @@
.if defined(USE_GNOMENG)
USE_REINPLACE= yes
.endif
.if !defined(_POSTMKINCLUDED)
# Please make sure all changes to this file are past through the maintainer.