ports/misc/buffer/patches/patch-Makefile

14 lines
439 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- Makefile.orig Sat Oct 30 10:51:23 1999
+++ Makefile Fri Jun 25 00:12:47 2004
@@ -23,8 +23,8 @@ clean:
$(RM) -f *.o core buffer .merrs
install: buffer
- install -cs -m 0755 -o root -g wheel buffer $(INSTBIN)/buffer
- install -c -m 0644 -o root -g wheel buffer.man $(INSTMAN)/buffer.1
+ ${BSD_INSTALL_PROGRAM} buffer $(INSTBIN)/buffer
+ ${BSD_INSTALL_MAN} buffer.man $(INSTMAN)/buffer.1
buffer.tar: $(ALL)
$(RM) -f buffer.tar