Date: Sun, 21 Jan 2024 12:10:12 GMT From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6dda5452fc12 - main - net-mgmt/cidr: Move manpages to share/man Message-ID: <202401211210.40LCACLo029677@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=6dda5452fc12995263f01e69daa826a43ff5a00c commit 6dda5452fc12995263f01e69daa826a43ff5a00c Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2024-01-21 12:10:03 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-01-21 12:10:03 +0000 net-mgmt/cidr: Move manpages to share/man --- net-mgmt/cidr/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/net-mgmt/cidr/Makefile b/net-mgmt/cidr/Makefile index 2554b7909fb8..a333fcc94d7f 100644 --- a/net-mgmt/cidr/Makefile +++ b/net-mgmt/cidr/Makefile @@ -1,6 +1,6 @@ PORTNAME= cidr -PORTVERSION= 2.3.2 -PORTREVISION= 1 +DISTVERSION= 2.3.2 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= LOCAL/ehaupt @@ -9,13 +9,14 @@ COMMENT= RFC 1878 subnet calculator / helper LICENSE= GPLv2 -PLIST_FILES= bin/cidr man/man1/cidr.1.gz +PLIST_FILES= bin/cidr \ + share/man/man1/cidr.1.gz do-build: ${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/share/man/man1 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401211210.40LCACLo029677>