net/onenetd: Move man pages to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Nuno Teixeira 2024-03-20 16:52:22 +00:00
parent bd89a7a950
commit 091e26ff6f
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= onenetd
PORTVERSION= 12
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://offog.org/files/ \
http://ftp.i-scream.org/pub/offog.org/files/
@ -9,7 +10,8 @@ COMMENT= Single-server inetd
WWW= https://offog.org/code/onenetd.html
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/onenetd \
man/man1/onenetd.1.gz
share/man/man1/onenetd.1.gz
.include <bsd.port.mk>