git: 091e26ff6fa9 - main - net/onenetd: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Mar 2024 17:15:28 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=091e26ff6fa9b081e9943be6414bc753ca44f597
commit 091e26ff6fa9b081e9943be6414bc753ca44f597
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-20 16:52:22 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-20 17:15:04 +0000
net/onenetd: Move man pages to share/man
Approved by: portmgr (blanket)
---
net/onenetd/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/net/onenetd/Makefile b/net/onenetd/Makefile
index 6f1b35f6437c..6f220ffa18ab 100644
--- a/net/onenetd/Makefile
+++ b/net/onenetd/Makefile
@@ -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>