git: 1e99a7dd1af3 - main - net/macchanger: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 09:18:26 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1e99a7dd1af388775787763c1020dd5bba536ba5 commit 1e99a7dd1af388775787763c1020dd5bba536ba5 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 08:50:51 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 09:17:53 +0000 net/macchanger: Moved man to share/man Approved by: portmgr (blanket) --- net/macchanger/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/macchanger/Makefile b/net/macchanger/Makefile index 07934ff28095..a1e1a5a74353 100644 --- a/net/macchanger/Makefile +++ b/net/macchanger/Makefile @@ -1,6 +1,6 @@ PORTNAME= macchanger PORTVERSION= 1.7.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= clutton@zoho.com @@ -13,11 +13,12 @@ USE_GITHUB= yes GH_ACCOUNT= alobbs GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= autoreconf makeinfo INFO= macchanger -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz \ +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz \ %%DATADIR%%/OUI.list %%DATADIR%%/wireless.list .include <bsd.port.mk>