git: d1953f0154df - main - print/qpdfview: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 12:17:11 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d1953f0154df17c5d08bb7a68ff7d4a96017b1da commit d1953f0154df17c5d08bb7a68ff7d4a96017b1da Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 12:10:01 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 12:10:01 +0000 print/qpdfview: Moved man to share/man Approved by: portmgr (blanket) --- print/qpdfview/Makefile | 4 ++-- print/qpdfview/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/print/qpdfview/Makefile b/print/qpdfview/Makefile index f6f595c23d8f..0b77f5f979ce 100644 --- a/print/qpdfview/Makefile +++ b/print/qpdfview/Makefile @@ -1,6 +1,6 @@ PORTNAME= qpdfview DISTVERSION= 0.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= https://launchpad.net/${PORTNAME}/trunk/${DISTVERSION}/+download/ DISTNAME= ${PORTNAME}-0.5 @@ -40,7 +40,7 @@ PS_QMAKE_OFF= "CONFIG+=without_ps" .include <bsd.port.options.mk> pre-configure: - ${REINPLACE_CMD} -e 's#/usr#${PREFIX}#g;s#${PREFIX}/share/man#${PREFIX}/man#g' \ + ${REINPLACE_CMD} -e 's#/usr#${PREFIX}#g' \ ${WRKSRC}/${PORTNAME}.pri cd ${WRKSRC} && ${LRELEASE} ${PORTNAME}.pro diff --git a/print/qpdfview/pkg-plist b/print/qpdfview/pkg-plist index a193a8d2ca44..c80937f97e33 100644 --- a/print/qpdfview/pkg-plist +++ b/print/qpdfview/pkg-plist @@ -3,7 +3,7 @@ bin/qpdfview lib/qpdfview/libqpdfview_image.so lib/qpdfview/libqpdfview_pdf.so %%PS%%lib/qpdfview/libqpdfview_ps.so -man/man1/qpdfview.1.gz +share/man/man1/qpdfview.1.gz share/applications/qpdfview.desktop share/icons/hicolor/scalable/apps/qpdfview.svg share/metainfo/qpdfview.appdata.xml