graphics/dspdfviewer: Move man pages to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Nuno Teixeira 2024-03-09 11:32:25 +00:00
parent 4d563e48e0
commit 874394585c
2 changed files with 3 additions and 14 deletions

View File

@ -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>

View File

@ -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)