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 /irc | |
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 'irc')
-rw-r--r-- | irc/miau/Makefile | 2 | ||||
-rw-r--r-- | irc/riece/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/miau/Makefile b/irc/miau/Makefile index 4633a9a941d3..2f7e170d3296 100644 --- a/irc/miau/Makefile +++ b/irc/miau/Makefile @@ -3,7 +3,7 @@ PORTNAME= miau PORTVERSION= 0.6.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc ipv6 MASTER_SITES= SF diff --git a/irc/riece/Makefile b/irc/riece/Makefile index 678fe907d93d..c8240e64258d 100644 --- a/irc/riece/Makefile +++ b/irc/riece/Makefile @@ -3,7 +3,7 @@ PORTNAME= riece PORTVERSION= 9.0.0 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= irc elisp MASTER_SITES= SAVANNAH |