Date: Sun, 25 Feb 2024 06:50:10 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a92db09d4494 - main - net-mgmt/dhcdrop: Moved man to share/man Message-ID: <202402250650.41P6oAqZ074995@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=a92db09d44947312b3e7adc360a17d860fbc2d69 commit a92db09d44947312b3e7adc360a17d860fbc2d69 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 06:35:26 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 06:37:40 +0000 net-mgmt/dhcdrop: Moved man to share/man Approved by: portmgr (blanket) --- net-mgmt/dhcdrop/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net-mgmt/dhcdrop/Makefile b/net-mgmt/dhcdrop/Makefile index eba2e69e32cd..b5faa414fbe8 100644 --- a/net-mgmt/dhcdrop/Makefile +++ b/net-mgmt/dhcdrop/Makefile @@ -1,6 +1,6 @@ PORTNAME= dhcdrop PORTVERSION= 0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt sysutils MASTER_SITES= http://www.netpatch.ru/projects/dhcdrop/ @@ -13,9 +13,10 @@ LICENSE= GPLv2 USES= autoreconf libtool tar:bzip2 USE_CSTD= gnu89 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -PLIST_FILES= sbin/dhcdrop man/man8/dhcdrop.8.gz \ - man/ru/man8/dhcdrop.8.gz +PLIST_FILES= sbin/dhcdrop share/man/man8/dhcdrop.8.gz \ + share/man/ru/man8/dhcdrop.8.gz OPTIONS_DEFINE= STATIC STATIC_DESC= Build a static version of dhcdrop
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402250650.41P6oAqZ074995>