git: 6dda5452fc12 - main - net-mgmt/cidr: Move manpages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 12:10:12 UTC
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>