git: b2b19df09eef - main - accessibility/yasr: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Feb 2024 22:10:34 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=b2b19df09eef45f1be73e74889a60bcfa5834210 commit b2b19df09eef45f1be73e74889a60bcfa5834210 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-20 20:42:13 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-20 22:09:23 +0000 accessibility/yasr: Moved man to share/man Approved by: portmgr (blanket) --- accessibility/yasr/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/accessibility/yasr/Makefile b/accessibility/yasr/Makefile index 4ae6d0b5b78d..4385475ad14c 100644 --- a/accessibility/yasr/Makefile +++ b/accessibility/yasr/Makefile @@ -1,6 +1,6 @@ PORTNAME= yasr PORTVERSION= 0.6.9 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= accessibility MASTER_SITES= SF @@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PORTDOCS= AUTHORS BUGS CREDITS ChangeLog NEWS README TODO \ README-br README-de README-es README-fr README-ru SUB_FILES= pkg-message @@ -23,7 +24,7 @@ OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes PLIST_FILES= bin/yasr \ - man/man1/yasr.1.gz \ + share/man/man1/yasr.1.gz \ %%DATADIR%%/yasr.conf \ %%NLS%%share/locale/es/LC_MESSAGES/yasr.mo \ %%NLS%%share/locale/fr/LC_MESSAGES/yasr.mo