diff options
author | bapt <bapt@FreeBSD.org> | 2018-11-11 02:12:57 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2018-11-11 02:12:57 +0800 |
commit | 2ac1593fa40be912b93142f98d35818c05677bb3 (patch) | |
tree | f40cba2ed30c79b84c1d56a779b7139f24d6c36f /sysutils/cronolog | |
parent | 28dc0b6c3fd1ffbcf0b28ff12bff8bcb148a8612 (diff) | |
download | freebsd-ports-gnome-2ac1593fa40be912b93142f98d35818c05677bb3.tar.gz freebsd-ports-gnome-2ac1593fa40be912b93142f98d35818c05677bb3.tar.zst freebsd-ports-gnome-2ac1593fa40be912b93142f98d35818c05677bb3.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 'sysutils/cronolog')
-rw-r--r-- | sysutils/cronolog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/cronolog/Makefile b/sysutils/cronolog/Makefile index 5253fe551637..ae623596fc1b 100644 --- a/sysutils/cronolog/Makefile +++ b/sysutils/cronolog/Makefile @@ -3,7 +3,7 @@ PORTNAME= cronolog PORTVERSION= 1.6.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org |