git: 304f33cae808 - main - net/ifstated: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 08:19:27 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=304f33cae808a3079b14c439efd49223a87915c7 commit 304f33cae808a3079b14c439efd49223a87915c7 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 08:06:48 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 08:18:57 +0000 net/ifstated: Moved man to share/man Approved by: portmgr (blanket) --- net/ifstated/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net/ifstated/Makefile b/net/ifstated/Makefile index 12bd3a9eaee0..2c9ba3d6659c 100644 --- a/net/ifstated/Makefile +++ b/net/ifstated/Makefile @@ -1,6 +1,6 @@ PORTNAME= ifstated PORTVERSION= 5.1 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 3 CATEGORIES= net MASTER_SITES= LOCAL/tobik \ @@ -14,8 +14,8 @@ LIB_DEPENDS= libevent.so:devel/libevent PLIST_FILES= etc/ifstated.conf-sample \ sbin/ifstated \ - man/man5/ifstated.conf.5.gz \ - man/man8/ifstated.8.gz + share/man/man5/ifstated.conf.5.gz \ + share/man/man8/ifstated.8.gz SUB_FILES= pkg-message @@ -28,7 +28,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ifstated ${STAGEDIR}${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/ifstated.conf-sample ${STAGEDIR}${PREFIX}/etc - ${INSTALL_MAN} ${WRKSRC}/ifstated.conf.5 ${STAGEDIR}${PREFIX}/man/man5 - ${INSTALL_MAN} ${WRKSRC}/ifstated.8 ${STAGEDIR}${PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/ifstated.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5 + ${INSTALL_MAN} ${WRKSRC}/ifstated.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include <bsd.port.mk>