git: 0148b8d0cd8c - main - print/ps2eps: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 12:17:07 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0148b8d0cd8c12c388e89007185d100e43276b8a commit 0148b8d0cd8c12c388e89007185d100e43276b8a Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 12:03:12 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 12:03:12 +0000 print/ps2eps: Moved man to share/man Approved by: portmgr (blanket) --- print/ps2eps/Makefile | 6 +++--- print/ps2eps/pkg-plist | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/print/ps2eps/Makefile b/print/ps2eps/Makefile index 13d7bb2bffb5..5b28b3427706 100644 --- a/print/ps2eps/Makefile +++ b/print/ps2eps/Makefile @@ -1,6 +1,6 @@ PORTNAME= ps2eps PORTVERSION= 1.64 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= print MASTER_SITES= http://www.tm.uka.de/~bless/ \ http://www.ipv6.tm.uka.de/~bless/ @@ -23,8 +23,8 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bbox ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/bin/ps2eps ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/man/man1/bbox.1 ${STAGEDIR}${PREFIX}/man/man1/ - ${INSTALL_MAN} ${WRKSRC}/doc/man/man1/ps2eps.1 ${STAGEDIR}${PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/doc/man/man1/bbox.1 ${STAGEDIR}${PREFIX}/share/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/doc/man/man1/ps2eps.1 ${STAGEDIR}${PREFIX}/share/man/man1/ post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/print/ps2eps/pkg-plist b/print/ps2eps/pkg-plist index a9785a1a7f3b..0cf5719bca30 100644 --- a/print/ps2eps/pkg-plist +++ b/print/ps2eps/pkg-plist @@ -1,7 +1,7 @@ bin/bbox bin/ps2eps -man/man1/bbox.1.gz -man/man1/ps2eps.1.gz +share/man/man1/bbox.1.gz +share/man/man1/ps2eps.1.gz %%PORTDOCS%%%%DOCSDIR%%/README.txt %%PORTDOCS%%%%DOCSDIR%%/Changes.txt %%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt