diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-11-10 18:12:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-11-10 18:12:57 +0000 |
commit | 7990f810661ef0c3f4870afc67b1eb08684b8dc8 (patch) | |
tree | f40cba2ed30c79b84c1d56a779b7139f24d6c36f /japanese | |
parent | Update to 7.2.12 (diff) |
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
Notes
Notes:
svn path=/head/; revision=484628
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ddskk/Makefile | 2 | ||||
-rw-r--r-- | japanese/eblook/Makefile | 2 | ||||
-rw-r--r-- | japanese/ebnetd/Makefile | 2 | ||||
-rw-r--r-- | japanese/groff/Makefile | 2 | ||||
-rw-r--r-- | japanese/jed/Makefile | 10 | ||||
-rw-r--r-- | japanese/lookup/Makefile | 2 | ||||
-rw-r--r-- | japanese/navi2ch/Makefile | 2 |
7 files changed, 11 insertions, 11 deletions
diff --git a/japanese/ddskk/Makefile b/japanese/ddskk/Makefile index 0c5d78a49d5c..8c1ed5a60d43 100644 --- a/japanese/ddskk/Makefile +++ b/japanese/ddskk/Makefile @@ -4,7 +4,7 @@ PORTNAME= ddskk DISTVERSION= 16.2 CATEGORIES= japanese elisp -PORTREVISION= 1 +PORTREVISION= 2 MASTER_SITES= ftp://ftp.ring.gr.jp/pub/elisp/skk/maintrunk/ \ http://www.ring.gr.jp/archives/elisp/skk/maintrunk/ \ http://openlab.ring.gr.jp/skk/maintrunk/ diff --git a/japanese/eblook/Makefile b/japanese/eblook/Makefile index 220e5e2e9458..3567377b0272 100644 --- a/japanese/eblook/Makefile +++ b/japanese/eblook/Makefile @@ -3,7 +3,7 @@ PORTNAME= eblook PORTVERSION= 1.6.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= japanese textproc MASTER_SITES= http://openlab.ring.gr.jp/edict/eblook/dist/ DIST_SUBDIR= eb diff --git a/japanese/ebnetd/Makefile b/japanese/ebnetd/Makefile index a3d171c4526c..3e4889ce43e9 100644 --- a/japanese/ebnetd/Makefile +++ b/japanese/ebnetd/Makefile @@ -3,7 +3,7 @@ PORTNAME= ebnetd PORTVERSION= 1.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= japanese ipv6 MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ diff --git a/japanese/groff/Makefile b/japanese/groff/Makefile index 9d174b941778..881ee9d1bf78 100644 --- a/japanese/groff/Makefile +++ b/japanese/groff/Makefile @@ -4,7 +4,7 @@ PORTNAME= groff PORTVERSION= 1.18.1 DISTVERSIONSUFFIX= .1 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= japanese print MASTER_SITES= LOCAL/hrs DISTFILES= ${DISTNAME:S,-,_,}.orig${EXTRACT_SUFX} ${TMAC_DISTNAME}.tar.gz diff --git a/japanese/jed/Makefile b/japanese/jed/Makefile index 5df01f1be6f9..c4bc11841de4 100644 --- a/japanese/jed/Makefile +++ b/japanese/jed/Makefile @@ -3,7 +3,7 @@ PORTNAME= jed PORTVERSION= ${VERSION}.j${JP_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= japanese editors MASTER_SITES= LOCAL/knu \ http://www.kondara.org/~g/slang/ @@ -77,10 +77,10 @@ do-install: ${INSTALL_DATA} ${_LIBDIR}/tm/* ${STAGEDIR}${JED_ROOT}/lib/tm (cd ${_DOCDIR} && ${INSTALL_MAN} jed.1 rgrep.1 \ ${STAGEDIR}${PREFIX}/man/man1) - ${INSTALL_DATA} ${_INFODIR}/jed.info ${STAGEDIR}${PREFIX}/info - ${INSTALL_DATA} ${_INFODIR}/jed.1in ${STAGEDIR}${PREFIX}/info/jed.info-1 - ${INSTALL_DATA} ${_INFODIR}/jed.2in ${STAGEDIR}${PREFIX}/info/jed.info-2 - ${INSTALL_DATA} ${_INFODIR}/jed.3in ${STAGEDIR}${PREFIX}/info/jed.info-3 + ${INSTALL_DATA} ${_INFODIR}/jed.info ${STAGEDIR}${PREFIX}/${INFO_PATH} + ${INSTALL_DATA} ${_INFODIR}/jed.1in ${STAGEDIR}${PREFIX}/${INFO_PATH}/jed.info-1 + ${INSTALL_DATA} ${_INFODIR}/jed.2in ${STAGEDIR}${PREFIX}/${INFO_PATH}/jed.info-2 + ${INSTALL_DATA} ${_INFODIR}/jed.3in ${STAGEDIR}${PREFIX}/${INFO_PATH}/jed.info-3 @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${_DOCDIR} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) diff --git a/japanese/lookup/Makefile b/japanese/lookup/Makefile index c82ef30f1b97..d16e2ef02d9b 100644 --- a/japanese/lookup/Makefile +++ b/japanese/lookup/Makefile @@ -3,7 +3,7 @@ PORTNAME= lookup PORTVERSION= 1.99.96.20180209 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/japanese/navi2ch/Makefile b/japanese/navi2ch/Makefile index d61504164a26..2ea37da790ba 100644 --- a/japanese/navi2ch/Makefile +++ b/japanese/navi2ch/Makefile @@ -3,7 +3,7 @@ PORTNAME= navi2ch PORTVERSION= 2.0.0.d -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= japanese www elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} |