git: e054fea51ec5 - main - print/kde_poster: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 12:17:00 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e054fea51ec52b278ba03fc275db865f4bf94dfc commit e054fea51ec52b278ba03fc275db865f4bf94dfc Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 11:37:49 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 11:37:49 +0000 print/kde_poster: Moved man to share/man Approved by: portmgr (blanket) --- print/kde_poster/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/print/kde_poster/Makefile b/print/kde_poster/Makefile index 6dc68dafa4ac..7a6df87b9d54 100644 --- a/print/kde_poster/Makefile +++ b/print/kde_poster/Makefile @@ -1,6 +1,6 @@ PORTNAME= kde_poster PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print kde MASTER_SITES= KDE/printing DISTNAME= poster @@ -16,10 +16,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME}-20060221 CONFLICTS?= poster -PLIST_FILES= bin/poster man/man1/poster.1.gz +PLIST_FILES= bin/poster share/man/man1/poster.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.mk>