While starting to play with it, I noticed that the man pages were
installed into the wrong directory.
OK?
Index: textproc/pdfpc/Makefile
===================================================================
RCS file: /cvs/openbsd/ports/textproc/pdfpc/Makefile,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 Makefile
--- textproc/pdfpc/Makefile 13 Apr 2017 07:10:45 -0000 1.9
+++ textproc/pdfpc/Makefile 3 May 2017 15:27:46 -0000
@@ -5,6 +5,7 @@ COMMENT= presenter console with multi-m
GH_ACCOUNT= pdfpc
GH_PROJECT= pdfpc
GH_TAGNAME= v4.0.6
+REVISION= 0
CATEGORIES= textproc
@@ -29,7 +30,7 @@ LIB_DEPENDS= devel/libgee \
print/poppler \
x11/gtk+3
-CONFIGURE_ARGS+= -DMANDIR="${PREFIX}/man/man1" \
+CONFIGURE_ARGS+= -DMANDIR="${PREFIX}/man" \
-DSYSCONFDIR="${PREFIX}/share/examples/pdfpc"
NO_TEST= Yes
Index: textproc/pdfpc/pkg/PLIST
===================================================================
RCS file: /cvs/openbsd/ports/textproc/pdfpc/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 PLIST
--- textproc/pdfpc/pkg/PLIST 13 Apr 2017 07:10:45 -0000 1.2
+++ textproc/pdfpc/pkg/PLIST 3 May 2017 15:36:12 -0000
@@ -1,9 +1,7 @@
@comment $OpenBSD: PLIST,v 1.2 2017/04/13 07:10:45 jasper Exp $
@bin bin/pdfpc
-man/man1/man1/
-@man man/man1/man1/pdfpc.1
-man/man1/man5/
-@man man/man1/man5/pdfpcrc.5
+@man man/man1/pdfpc.1
+@man man/man5/pdfpcrc.5
share/examples/pdfpc/
share/examples/pdfpc/pdfpcrc
share/pixmaps/
--
Did you know ...
That no-one ever reads these things?