git: 45a67e87a424 - main - net/ndproxy: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 09:18:35 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=45a67e87a424923549480b9768164966d537c2a2 commit 45a67e87a424923549480b9768164966d537c2a2 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 09:15:36 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 09:17:59 +0000 net/ndproxy: Moved man to share/man Approved by: portmgr (blanket) --- net/ndproxy/Makefile | 5 +++-- 1 file 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>