1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

net/socketpipe: Move man page to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Yasuhiro Kimura 2024-03-29 17:12:33 +09:00
parent 44ef7b34d0
commit c750990c55
2 changed files with 3 additions and 2 deletions

View File

@ -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 <bsd.port.mk>

View File

@ -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