1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/net/rude/files/patch-crude__Makefile.in
2014-09-05 18:03:46 +00:00

13 lines
469 B
Plaintext

--- crude/Makefile.in.orig 2002-06-13 12:15:20 UTC
+++ crude/Makefile.in
@@ -50,7 +50,7 @@
install: crude
@if [ ! -d $(bindir) ]; then mkdir -m 0755 $(bindir); fi;
- $(INSTALL) crude $(bindir)
+ $(BSD_INSTALL_PROGRAM) crude $(DESTDIR)$(bindir)
@if [ ! -d $(mandir) ]; then mkdir -m 0755 $(mandir); fi;
- $(INSTALL) crude.8 $(mandir)
+ $(BSD_INSTALL_MAN) crude.8 $(DESTDIR)$(mandir)
##############################################################################