mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
28ee23d9ac
Don't overwrite configuration file on install Mark MAKE_JOBS_SAFE PR: ports/148451 Submitted by: swell.k@gmail.com
11 lines
222 B
Plaintext
11 lines
222 B
Plaintext
--- src/Makefile.in~
|
|
+++ src/Makefile.in
|
|
@@ -49,7 +49,6 @@ all: lib xprobe2
|
|
|
|
xprobe2: $(OBJS) modules
|
|
$(CXX) $(CFLAGS) $(OBJS) $(MODOBJS) -o $@ $(LDFLAGS) $(LIBS)
|
|
- strip $@
|
|
|
|
modules:
|
|
cd xpmodules; ${MAKE}
|