diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-06 12:18:43 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-06 13:03:23 +0000 |
commit | 63dd43d9750d5457f876f30ea32e69caa804e54f (patch) | |
tree | b8be9c29057ef2d3cd60d6f317126af0b606e417 | |
parent | 5840b676d5a8db8ba7024e21268185dfd0910f55 (diff) |
devel/remake: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | devel/remake/Makefile | 3 | ||||
-rw-r--r-- | 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 |