git: 59366949f245 - main - graphics/sane-epkowa: Move man page to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Mar 2024 08:21:33 UTC
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=59366949f24565e739bdc9f5f8110600295a7e86 commit 59366949f24565e739bdc9f5f8110600295a7e86 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2024-03-29 08:08:42 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2024-03-29 08:08:42 +0000 graphics/sane-epkowa: Move man page to share/man Approved by: portmgr (blanket) --- graphics/sane-epkowa/Makefile | 4 ++-- graphics/sane-epkowa/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/sane-epkowa/Makefile b/graphics/sane-epkowa/Makefile index 250dbb0b5e6a..b89b87a6fa07 100644 --- a/graphics/sane-epkowa/Makefile +++ b/graphics/sane-epkowa/Makefile @@ -38,7 +38,7 @@ PORTNAME= epkowa PORTVERSION= 2.11.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= http://cschubert.com/distfiles/ \ LOCAL/cy @@ -98,7 +98,7 @@ do-build: .endif do-install: - ${INSTALL_MAN} ${WRKSRC}/doc/sane-epkowa.5.gz ${STAGEDIR}${PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/doc/sane-epkowa.5.gz ${STAGEDIR}${PREFIX}/share/man/man5 @${MKDIR} ${STAGEDIR}${PREFIX}/lib/sane ${STAGEDIR}${PREFIX}/etc/sane.d ${INSTALL_LIB} ${WRKSRC}/backend/.libs/libsane-epkowa.so.1 \ ${STAGEDIR}${PREFIX}/lib/sane/ diff --git a/graphics/sane-epkowa/pkg-plist b/graphics/sane-epkowa/pkg-plist index 18ff07e3cf85..309d0f94dd37 100644 --- a/graphics/sane-epkowa/pkg-plist +++ b/graphics/sane-epkowa/pkg-plist @@ -1,6 +1,6 @@ lib/sane/libsane-epkowa.so lib/sane/libsane-epkowa.so.1 -man/man5/sane-epkowa.5.gz +share/man/man5/sane-epkowa.5.gz @postexec echo "epkowa" >> %D/etc/sane.d/dll.conf @postexec echo "usb /dev/uscanner0" > %D/etc/sane.d/epkowa.conf.sample @preunexec sed -i "" -e '/^epkowa$/d' %D/etc/sane.d/dll.conf