Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jun 2022 11:29:12 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b60ec1b0ab25 - main - graphics/feh: Install manpages into ${LOCALBASE}/share/man.
Message-ID:  <202206081129.258BTCGp028428@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b60ec1b0ab25f6ad0cb1e5f242f37d306e2bb884

commit b60ec1b0ab25f6ad0cb1e5f242f37d306e2bb884
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2022-06-08 11:28:35 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2022-06-08 11:29:03 +0000

    graphics/feh: Install manpages into ${LOCALBASE}/share/man.
---
 graphics/feh/Makefile              | 1 +
 graphics/feh/files/patch-config.mk | 9 ++-------
 graphics/feh/pkg-plist             | 2 +-
 3 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile
index e94f9f13a2ee..1ce2eac9dfc7 100644
--- a/graphics/feh/Makefile
+++ b/graphics/feh/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	feh
 PORTVERSION=	3.8
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://feh.finalrewind.org/ \
 		LOCAL/uqs
diff --git a/graphics/feh/files/patch-config.mk b/graphics/feh/files/patch-config.mk
index 537cdab4557c..b67a4f9cf1c3 100644
--- a/graphics/feh/files/patch-config.mk
+++ b/graphics/feh/files/patch-config.mk
@@ -1,12 +1,7 @@
 s--- config.mk.orig	2017-12-28 18:28:35 UT2
+--- config.mk.orig	2022-01-03 10:34:57 UTC
 +++ config.mk
-@@ -22,12 +22,12 @@ endif
- 
- # Directories for manuals, executables, docs, data, etc.
- main_dir = ${DESTDIR}${PREFIX}
--man_dir = ${main_dir}/share/man
-+man_dir = ${main_dir}/man
- bin_dir = ${main_dir}/bin
+@@ -28,7 +28,7 @@ font_dir = ${main_dir}/share/feh/fonts
  doc_dir = ${main_dir}/share/doc/feh
  image_dir = ${main_dir}/share/feh/images
  font_dir = ${main_dir}/share/feh/fonts
diff --git a/graphics/feh/pkg-plist b/graphics/feh/pkg-plist
index 57e4855473ff..626046b8c2a6 100644
--- a/graphics/feh/pkg-plist
+++ b/graphics/feh/pkg-plist
@@ -1,5 +1,5 @@
 bin/feh
-man/man1/feh.1.gz
+share/man/man1/feh.1.gz
 share/applications/feh.desktop
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog



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