git: 8423405f477a - main - print/flpsed: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 12:16:56 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=8423405f477a7afcc5acf6b3eebde40315030270 commit 8423405f477a7afcc5acf6b3eebde40315030270 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 11:34:25 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 11:34:25 +0000 print/flpsed: Moved man to share/man Approved by: portmgr (blanket) --- print/flpsed/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/print/flpsed/Makefile b/print/flpsed/Makefile index 4ef8cc4b54d2..8ec70e7e1aa2 100644 --- a/print/flpsed/Makefile +++ b/print/flpsed/Makefile @@ -1,6 +1,6 @@ PORTNAME= flpsed DISTVERSION= 0.7.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= http://flpsed.org/ @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes USE_XORG= x11 xcursor xext xfixes xft xinerama xrender PLIST_FILES= bin/flpsed \ - man/man1/flpsed.1.gz \ + share/man/man1/flpsed.1.gz \ share/applications/flpsed.desktop \ share/icons/flpsed.png \ share/icons/flpsed.svg @@ -29,7 +29,7 @@ OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/flpsed ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/flpsed.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/flpsed.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_DATA} ${WRKSRC}/flpsed.desktop ${STAGEDIR}${PREFIX}/share/applications ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons ${INSTALL_DATA} ${WRKSRC}/flpsed.png ${WRKSRC}/flpsed.svg ${STAGEDIR}${PREFIX}/share/icons