Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Feb 2024 20:44:07 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: 306502dc6e9f - main - misc/unclutter-xfixes: Moved man to share/man
Message-ID:  <202402242044.41OKi7ck056141@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=306502dc6e9fa62b9ed0081fcfe9c229661f9cb2

commit 306502dc6e9fa62b9ed0081fcfe9c229661f9cb2
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 20:33:41 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 20:43:21 +0000

    misc/unclutter-xfixes: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 misc/unclutter-xfixes/Makefile             | 3 ++-
 misc/unclutter-xfixes/files/patch-Makefile | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/misc/unclutter-xfixes/Makefile b/misc/unclutter-xfixes/Makefile
index f9b72c2505e5..ce0b86f4df12 100644
--- a/misc/unclutter-xfixes/Makefile
+++ b/misc/unclutter-xfixes/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	unclutter-xfixes
 PORTVERSION=	1.6
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	misc
 
@@ -23,7 +24,7 @@ USE_XORG=	x11 xi xfixes
 CONFLICTS_INSTALL=	unclutter-8*
 
 PLIST_FILES=	bin/unclutter \
-		man/man1/unclutter.1.gz
+		share/man/man1/unclutter.1.gz
 
 MAKE_ARGS=	CC=${CC}
 
diff --git a/misc/unclutter-xfixes/files/patch-Makefile b/misc/unclutter-xfixes/files/patch-Makefile
index dd52fcad38ab..51e969076764 100644
--- a/misc/unclutter-xfixes/files/patch-Makefile
+++ b/misc/unclutter-xfixes/files/patch-Makefile
@@ -10,7 +10,7 @@
 -MANDIR = $(PREFIX)/share/man/man1
 -LICENSEDIR = $(PREFIX)/share/licenses/$(TARGET)
 +BINDIR = /bin
-+MANDIR = /man/man1
++MANDIR = /share/man/man1
 +LICENSEDIR = /share/licenses/$(TARGET)
  
  CC = gcc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402242044.41OKi7ck056141>