From 306502dc6e9fa62b9ed0081fcfe9c229661f9cb2 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sat, 24 Feb 2024 21:33:41 +0100 Subject: [PATCH] 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