git: dcf2f395eed5 - main - net-mgmt/ehnt: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Mar 2024 13:19:46 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=dcf2f395eed510fea0b458022dbc878c460f7587 commit dcf2f395eed510fea0b458022dbc878c460f7587 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-20 11:07:51 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-20 13:19:30 +0000 net-mgmt/ehnt: Move man pages to share/man Approved by: portmgr (blanket) --- net-mgmt/ehnt/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net-mgmt/ehnt/Makefile b/net-mgmt/ehnt/Makefile index 16cea10e11cf..cd9e9f18bbdf 100644 --- a/net-mgmt/ehnt/Makefile +++ b/net-mgmt/ehnt/Makefile @@ -1,6 +1,6 @@ PORTNAME= ehnt PORTVERSION= 0.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-mgmt MASTER_SITES= SF @@ -9,8 +9,8 @@ COMMENT= Simple Cisco NetFlow data collector WWW= https://ehnt.sourceforge.net/ PLIST_FILES= bin/ehnt etc/rc.d/ehntserv.sh.sample \ - man/man1/ehnt.1.gz man/man8/ehntserv.8.gz \ - sbin/ehntserv share/ehnt/asnc.txt + sbin/ehntserv share/ehnt/asnc.txt \ + share/man/man1/ehnt.1.gz share/man/man8/ehntserv.8.gz PORTDOCS= README STPREFIX= ${STAGEDIR}${PREFIX} @@ -24,8 +24,8 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ehnt ${STPREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/ehntserv ${STPREFIX}/sbin/ ${INSTALL_SCRIPT} ${FILESDIR}/ehntserv.sh.sample ${STPREFIX}/etc/rc.d/ - ${INSTALL_MAN} ${WRKSRC}/ehnt.1 ${STPREFIX}/man/man1/ - ${INSTALL_MAN} ${WRKSRC}/ehntserv.8 ${STPREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/ehnt.1 ${STPREFIX}/share/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/ehntserv.8 ${STPREFIX}/share/man/man8/ ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/asnc.txt ${STAGEDIR}${DATADIR}/ ${MKDIR} ${STAGEDIR}${DOCSDIR}