freebsd-ports/net/xprobe/files/patch-src_Makefile.in
Mathieu Arnold 1a8a092d9f Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
2016-06-17 23:28:04 +00:00

10 lines
250 B
Text

--- src/Makefile.in.orig 2005-07-27 08:38:17 UTC
+++ 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}