summaryrefslogtreecommitdiff
path: root/net/socketpipe/files/patch-Makefile
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2024-03-29 17:12:33 +0900
committerYasuhiro Kimura <yasu@FreeBSD.org>2024-03-29 17:12:34 +0900
commitc750990c5546de517c58d94cafb5d3e76e012c14 (patch)
tree1e17d962134559d85ba1d24419d3020d1e332ef9 /net/socketpipe/files/patch-Makefile
parentnet/py-mpi4py: Move man page to share/man (diff)
net/socketpipe: Move man page to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'net/socketpipe/files/patch-Makefile')
-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