summaryrefslogtreecommitdiff
path: root/net/socketpipe/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/socketpipe/files')
-rw-r--r--net/socketpipe/files/patch-Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socketpipe/files/patch-Makefile b/net/socketpipe/files/patch-Makefile
index 5d61425f51f5..b6981a1a5702 100644
--- a/net/socketpipe/files/patch-Makefile
+++ b/net/socketpipe/files/patch-Makefile
@@ -7,7 +7,7 @@
- $(INSTALL) -s $(NAME) $(PREFIX)/bin
- gzip -c $(NAME).1 >$(PREFIX)/man/man1/$(NAME).1.gz
+ $(INSTALL) -s $(NAME) $(DESTDIR)$(PREFIX)/bin
-+ gzip -c $(NAME).1 > $(DESTDIR)$(PREFIX)/man/man1/$(NAME).1.gz
++ gzip -c $(NAME).1 > $(DESTDIR)$(PREFIX)/share/man/man1/$(NAME).1.gz
socketpipe.exe: socketpipe-win.c
cl -o socketpipe.exe -W3 -Ox socketpipe-win.c mswsock.lib Ws2_32.lib Kernel32.lib