git: 1da6bc8e2d93 - main - print/pnm2ppa: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 12:17:06 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1da6bc8e2d93d848701a439cf6c2c81a74270659 commit 1da6bc8e2d93d848701a439cf6c2c81a74270659 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 12:02:44 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 12:02:44 +0000 print/pnm2ppa: Moved man to share/man Approved by: portmgr (blanket) --- print/pnm2ppa/Makefile | 4 ++-- print/pnm2ppa/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/print/pnm2ppa/Makefile b/print/pnm2ppa/Makefile index eb763328b163..83e2bf66d7e2 100644 --- a/print/pnm2ppa/Makefile +++ b/print/pnm2ppa/Makefile @@ -1,6 +1,6 @@ PORTNAME= pnm2ppa PORTVERSION= 1.13 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= print MASTER_SITES= SF @@ -44,7 +44,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pnm2ppa ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/asciippafilter ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ppafilter ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/pnm2ppa.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/pnm2ppa.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_DATA} ${WRKSRC}/pnm2ppa.conf.sample ${STAGEDIR}${PREFIX}/etc .include <bsd.port.mk> diff --git a/print/pnm2ppa/pkg-plist b/print/pnm2ppa/pkg-plist index e9d9607007b3..e3bfec51163e 100644 --- a/print/pnm2ppa/pkg-plist +++ b/print/pnm2ppa/pkg-plist @@ -3,4 +3,4 @@ bin/calibrate_ppa bin/pnm2ppa bin/ppafilter @sample etc/pnm2ppa.conf.sample -man/man1/pnm2ppa.1.gz +share/man/man1/pnm2ppa.1.gz