git: 874394585c4d - main - graphics/dspdfviewer: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 12:58:45 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=874394585c4d2060f2d0ab86ac612456bb067dd8
commit 874394585c4d2060f2d0ab86ac612456bb067dd8
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-09 11:32:25 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-09 12:58:23 +0000
graphics/dspdfviewer: Move man pages to share/man
Approved by: portmgr (blanket)
---
graphics/dspdfviewer/Makefile | 6 +++---
graphics/dspdfviewer/files/patch-CMakeLists.txt | 11 -----------
2 files changed, 3 insertions(+), 14 deletions(-)
diff --git a/graphics/dspdfviewer/Makefile b/graphics/dspdfviewer/Makefile
index a455abcd2f2e..1c86f501bd6d 100644
--- a/graphics/dspdfviewer/Makefile
+++ b/graphics/dspdfviewer/Makefile
@@ -1,7 +1,7 @@
PORTNAME= dspdfviewer
PORTVERSION= 1.15.1
DISTVERSIONPREFIX= v
-PORTREVISION= 66
+PORTREVISION= 67
CATEGORIES= graphics
MAINTAINER= fox@FreeBSD.org
@@ -29,8 +29,8 @@ CMAKE_ARGS= -DBuildTests=OFF \
-DPOPPLER_LIBRARIES=${LOCALBASE}/lib/libpoppler-qt5.so
PLIST_FILES= bin/dspdfviewer \
- man/man1/dspdfviewer.1.gz \
- share/applications/dspdfviewer.desktop
+ share/applications/dspdfviewer.desktop \
+ share/man/man1/dspdfviewer.1.gz
.include <bsd.port.pre.mk>
diff --git a/graphics/dspdfviewer/files/patch-CMakeLists.txt b/graphics/dspdfviewer/files/patch-CMakeLists.txt
deleted file mode 100644
index 1ef2d460fd4e..000000000000
--- a/graphics/dspdfviewer/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- CMakeLists.txt.orig 2017-04-20 08:58:09 UTC
-+++ CMakeLists.txt
-@@ -95,7 +95,7 @@ install(TARGETS dspdfviewer
- RUNTIME DESTINATION bin)
-
- install(FILES docs/dspdfviewer.1
-- DESTINATION share/man/man1)
-+ DESTINATION man/man1)
-
- install(FILES dspdfviewer.desktop
- DESTINATION share/applications)