Skip to content
Snippets Groups Projects
Commit 87439458 authored by Nuno Teixeira's avatar Nuno Teixeira
Browse files

graphics/dspdfviewer: Move man pages to share/man

Approved by:	portmgr (blanket)
parent 4d563e48
No related branches found
No related tags found
No related merge requests found
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>
......
--- 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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment