git: 63dd43d9750d - main - devel/remake: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Mar 2024 13:03:52 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=63dd43d9750d5457f876f30ea32e69caa804e54f commit 63dd43d9750d5457f876f30ea32e69caa804e54f Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-06 12:18:43 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-06 13:03:23 +0000 devel/remake: Move man pages to share/man Approved by: portmgr (blanket) --- devel/remake/Makefile | 3 ++- devel/remake/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/remake/Makefile b/devel/remake/Makefile index 1567c18ab440..966dfb833a6c 100644 --- a/devel/remake/Makefile +++ b/devel/remake/Makefile @@ -1,6 +1,6 @@ PORTNAME= remake PORTVERSION= 1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/bashdb/remake/4.3+dbg-${PORTVERSION}/ DISTNAME= remake-4.3+dbg-${PORTVERSION} @@ -13,6 +13,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USES= readline INFO= remake CONFIGURE_ARGS= --without-guile diff --git a/devel/remake/pkg-plist b/devel/remake/pkg-plist index 3a9260267cb2..ccd8c2bb0fe2 100644 --- a/devel/remake/pkg-plist +++ b/devel/remake/pkg-plist @@ -1,6 +1,5 @@ bin/remake include/gnuremake.h -man/man1/remake.1.gz %%NLS%%share/locale/be/LC_MESSAGES/remake.mo %%NLS%%share/locale/bg/LC_MESSAGES/remake.mo %%NLS%%share/locale/da/LC_MESSAGES/remake.mo @@ -30,3 +29,4 @@ man/man1/remake.1.gz %%NLS%%share/locale/vi/LC_MESSAGES/remake.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/remake.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/remake.mo +share/man/man1/remake.1.gz