diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-11-11 02:12:57 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-11-11 02:12:57 +0800 |
commit | 7990f810661ef0c3f4870afc67b1eb08684b8dc8 (patch) | |
tree | f40cba2ed30c79b84c1d56a779b7139f24d6c36f /news | |
parent | fa0d2e76ea8e387f084dbd4135979433ed303274 (diff) | |
download | freebsd-ports-gnome-7990f810661ef0c3f4870afc67b1eb08684b8dc8.tar.gz freebsd-ports-gnome-7990f810661ef0c3f4870afc67b1eb08684b8dc8.tar.zst freebsd-ports-gnome-7990f810661ef0c3f4870afc67b1eb08684b8dc8.zip |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
Diffstat (limited to 'news')
-rw-r--r-- | news/husky-fidoconf/Makefile | 1 | ||||
-rw-r--r-- | news/husky-hpt/Makefile | 1 | ||||
-rw-r--r-- | news/husky-htick/Makefile | 1 | ||||
-rw-r--r-- | news/husky/Makefile | 2 | ||||
-rw-r--r-- | news/newscache/Makefile | 2 |
5 files changed, 5 insertions, 2 deletions
diff --git a/news/husky-fidoconf/Makefile b/news/husky-fidoconf/Makefile index 69979a3c609a..64307714d08e 100644 --- a/news/husky-fidoconf/Makefile +++ b/news/husky-fidoconf/Makefile @@ -19,6 +19,7 @@ USES+= makeinfo PORTDOCS= fidoconfig.html DOCSDIR= ${PREFIX}/share/doc/husky INFO= fidoconfig +MAKE_ARGS= INFODIR=${PREFIX}/${INFO_PATH} OPTIONS_DEFINE= DOCS diff --git a/news/husky-hpt/Makefile b/news/husky-hpt/Makefile index f2710179d071..adb75c10803d 100644 --- a/news/husky-hpt/Makefile +++ b/news/husky-hpt/Makefile @@ -14,6 +14,7 @@ INFO= hpt MASTERDIR= ${.CURDIR}/../husky COMPONENT_SUBDIR= hpt +MAKE_ARGS= INFODIR=${PREFIX}/${INFO_PATH} OPTIONS_DEFINE= DOCS diff --git a/news/husky-htick/Makefile b/news/husky-htick/Makefile index 17fe85c0b66f..49ce619592f6 100644 --- a/news/husky-htick/Makefile +++ b/news/husky-htick/Makefile @@ -22,6 +22,7 @@ INSTALL_TARGET+= install-doc PORTDOCS= htick.html DOCSDIR= ${PREFIX}/share/doc/husky INFO= htick +MAKE_ARGS= INFODIR=${PREFIX}/${INFO_PATH} OPTIONS_DEFINE= DOCS diff --git a/news/husky/Makefile b/news/husky/Makefile index 3291cd785cef..90479bb7a3cc 100644 --- a/news/husky/Makefile +++ b/news/husky/Makefile @@ -2,7 +2,7 @@ PORTNAME?= husky PORTVERSION= 1.9.20140519 -PORTREVISION?= 2 +PORTREVISION?= 3 PORTEPOCH?= 0 CATEGORIES?= news mail MASTER_SITES= SF/husky/husky/1.9-current/2014.05.19 diff --git a/news/newscache/Makefile b/news/newscache/Makefile index 6c8e339e9e45..57c1efd208eb 100644 --- a/news/newscache/Makefile +++ b/news/newscache/Makefile @@ -3,7 +3,7 @@ PORTNAME= newscache PORTVERSION= 1.2.r.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= news MASTER_SITES= http://src.linuxhacker.at/NewsCache/ DISTNAME= NewsCache-${PORTVERSION:S/.r./rc/} |