diff --git a/net/socketpipe/Makefile b/net/socketpipe/Makefile index 2e5b43f9ba80..5c79c6d51402 100644 --- a/net/socketpipe/Makefile +++ b/net/socketpipe/Makefile @@ -1,5 +1,6 @@ PORTNAME= socketpipe PORTVERSION= 1.10 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.spinellis.gr/sw/unix/socketpipe/ \ http://www.dmst.aueb.gr/dds/sw/unix/socketpipe/ @@ -9,6 +10,6 @@ COMMENT= Zero overhead remote process plumbing WWW= https://www.spinellis.gr/sw/unix/socketpipe/ PLIST_FILES= bin/socketpipe \ - man/man1/socketpipe.1.gz + share/man/man1/socketpipe.1.gz .include 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