summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 10:15:36 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 10:17:59 +0100
commit45a67e87a424923549480b9768164966d537c2a2 (patch)
treed5a4b103d2de67831d781451e3157601827cf1e6
parentnet/ndisc6: Moved man to share/man (diff)
net/ndproxy: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--net/ndproxy/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/ndproxy/Makefile b/net/ndproxy/Makefile
index 9f28cd533e49..cdc6e34438a4 100644
--- a/net/ndproxy/Makefile
+++ b/net/ndproxy/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ndproxy
PORTVERSION= 3.2
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= net
@@ -22,13 +23,13 @@ GH_ACCOUNT= AlexandreFenyo
CFLAGS+= -DVIMAGE ${CFLAGS_${CHOSEN_COMPILER_TYPE}}
CFLAGS_gcc= -Wno-error=strict-prototypes
-PLIST_FILES= ${KMODDIR}/${PORTNAME}.ko man/man4/${PORTNAME}.4.gz
+PLIST_FILES= ${KMODDIR}/${PORTNAME}.ko share/man/man4/${PORTNAME}.4.gz
pre-build:
(cd ${BUILD_WRKSRC}; ${MAKE} depend)
do-install:
${INSTALL_KLD} ${WRKSRC}/${PORTNAME}.ko ${STAGEDIR}${KMODDIR}
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.4 ${STAGEDIR}${PREFIX}/man/man4/
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.4 ${STAGEDIR}${PREFIX}/share/man/man4/
.include <bsd.port.mk>