git: f9c31230a903 - main - print/ipp-usb: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 12:16:58 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=f9c31230a903eb0dda180526eb1d4c077435b226 commit f9c31230a903eb0dda180526eb1d4c077435b226 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 11:37:03 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 11:37:03 +0000 print/ipp-usb: Moved man to share/man Approved by: portmgr (blanket) --- print/ipp-usb/Makefile | 4 ++-- print/ipp-usb/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/print/ipp-usb/Makefile b/print/ipp-usb/Makefile index 5b8007ee726a..3c4b60bce9d1 100644 --- a/print/ipp-usb/Makefile +++ b/print/ipp-usb/Makefile @@ -1,6 +1,6 @@ PORTNAME= ipp-usb DISTVERSION= 0.9.23 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print MAINTAINER= chuanwei.foo@hotmail.com @@ -31,7 +31,7 @@ do-install: ${MKDIR} ${STAGEDIR}${ETCDIR}/quirks/ ${INSTALL_DATA} ${WRKSRC}/ipp-usb.conf \ ${STAGEDIR}${ETCDIR}/ipp-usb.conf.sample - ${INSTALL_MAN} ${WRKSRC}/ipp-usb.8 ${STAGEDIR}${PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/ipp-usb.8 ${STAGEDIR}${PREFIX}/share/man/man8/ (cd ${WRKSRC}/ipp-usb-quirks/ && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/quirks/) diff --git a/print/ipp-usb/pkg-plist b/print/ipp-usb/pkg-plist index c298e02e38b6..6981f27b8a7c 100644 --- a/print/ipp-usb/pkg-plist +++ b/print/ipp-usb/pkg-plist @@ -1,5 +1,5 @@ %%ETCDIR%%/ipp-usb.conf.sample -man/man8/ipp-usb.8.gz +share/man/man8/ipp-usb.8.gz sbin/ipp-usb %%DATADIR%%/quirks/HP.conf %%DATADIR%%/quirks/README