aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2024-02-04 10:46:43 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-02-04 19:13:55 +0000
commit94b12d06858b23c6ccb6cf31e53ddfe2d0adcc10 (patch)
tree1b400ae89470d4cdc98b5567c1dd17beeff65f2b
parent81ca80ffca7c6f8d5e10cd9a012578371e46b08d (diff)
downloadports-94b12d06858b23c6ccb6cf31e53ddfe2d0adcc10.tar.gz
ports-94b12d06858b23c6ccb6cf31e53ddfe2d0adcc10.zip
x11/xorg-cf-files: Switch imake to install manpages into share/man
Approved by: portmgr
-rw-r--r--x11/xorg-cf-files/Makefile1
-rw-r--r--x11/xorg-cf-files/files/patch-Imake.tmpl11
2 files changed, 11 insertions, 1 deletions
diff --git a/x11/xorg-cf-files/Makefile b/x11/xorg-cf-files/Makefile
index af75b8488417..2c82369b7860 100644
--- a/x11/xorg-cf-files/Makefile
+++ b/x11/xorg-cf-files/Makefile
@@ -1,5 +1,6 @@
PORTNAME= xorg-cf-files
PORTVERSION= 1.0.8
+PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
diff --git a/x11/xorg-cf-files/files/patch-Imake.tmpl b/x11/xorg-cf-files/files/patch-Imake.tmpl
index 45cca872bcb2..0f4f081713a5 100644
--- a/x11/xorg-cf-files/files/patch-Imake.tmpl
+++ b/x11/xorg-cf-files/files/patch-Imake.tmpl
@@ -1,5 +1,14 @@
---- Imake.tmpl.orig 2021-08-02 01:00:38 UTC
+--- Imake.tmpl.orig 2023-02-22 02:28:43 UTC
+++ Imake.tmpl
+@@ -890,7 +890,7 @@ TCLIBDIR = TclLibDir
+ #endif
+ #ifndef ManDirectoryRoot
+ #ifdef ProjectRoot
+-#define ManDirectoryRoot Concat(ProjectRoot,/man)
++#define ManDirectoryRoot Concat(ProjectRoot,/share/man)
+ #else
+ #define ManDirectoryRoot SystemManDirectory
+ #endif
@@ -1823,7 +1823,7 @@ CXXEXTRA_INCLUDES = CplusplusExtraIncludes
CXXOPTIONS = CplusplusOptions
CXXINCLUDES = $(INCLUDES) $(TOP_INCLUDES) $(CXXEXTRA_INCLUDES)