ports/x11/wmutils-opt/files/patch-Makefile
Yuri Victorovich eed7d08a11 New port: x11/wmutils-opt: Optional addons to wmutils
See details here: https://github.com/wmutils/opt

PR:		225142
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14112
2018-01-29 21:49:33 +00:00

17 lines
343 B
Text

--- Makefile.orig 2016-10-04 08:01:36 UTC
+++ Makefile
@@ -22,12 +22,10 @@ manpages:
$(OBJ): $(HDR) util.o
.o:
- @echo "LD $@"
- @$(LD) $< -o $@ $(LDFLAGS) util.o
+ $(LD) $< -o $@ $(LDFLAGS) util.o
.c.o:
- @echo "CC $<"
- @$(CC) -c $< -o $@ $(CFLAGS)
+ $(CC) -c $< -o $@ $(CFLAGS)
install: $(BIN)
mkdir -p $(DESTDIR)$(PREFIX)/bin/