git: 42aecf41396e - main - net/pxe-pdhcp: Move man page to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Mar 2024 08:21:45 UTC
The branch main has been updated by yasu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=42aecf41396e23039b90041b56245e9efe7f573d
commit 42aecf41396e23039b90041b56245e9efe7f573d
Author: Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2024-03-29 08:11:56 +0000
Commit: Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2024-03-29 08:11:56 +0000
net/pxe-pdhcp: Move man page to share/man
Approved by: portmgr (blanket)
---
net/pxe-pdhcp/Makefile | 3 ++-
net/pxe-pdhcp/files/Makefile.in | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/net/pxe-pdhcp/Makefile b/net/pxe-pdhcp/Makefile
index d1651cb19097..aad8d0439d90 100644
--- a/net/pxe-pdhcp/Makefile
+++ b/net/pxe-pdhcp/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pxe-pdhcp
PORTVERSION= 0.0.2007
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://people.allbsd.org/~hrs/FreeBSD/
@@ -14,7 +15,7 @@ WRKSRC= ${WRKDIR}/frsyuki-${PORTNAME}-a201b88
USES= uidfix
SUB_FILES= Makefile
MAKE_ENV= PORTDOCS=${PORT_OPTIONS:MDOCS}
-PLIST_FILES= sbin/${PORTNAME} man/man8/${PORTNAME}.8.gz
+PLIST_FILES= sbin/${PORTNAME} share/man/man8/${PORTNAME}.8.gz
PORTDOCS= README.md
diff --git a/net/pxe-pdhcp/files/Makefile.in b/net/pxe-pdhcp/files/Makefile.in
index 24bce0c384f1..49bf8c904aa3 100644
--- a/net/pxe-pdhcp/files/Makefile.in
+++ b/net/pxe-pdhcp/files/Makefile.in
@@ -5,7 +5,7 @@ NO_MANCOMPRESS=
PREFIX?= /usr/local
LOCALBASE?= /usr/local
-MANDIR?= ${PREFIX}/man/man
+MANDIR?= ${PREFIX}/share/man/man
BINDIR?= ${PREFIX}/sbin
.if !empty(PORTDOCS)