* Update m17n-docs to 1.5.5. * Optionally include Japanese docs. Porters Handbook does not explicitly say if English docs go to ${DOCSDIR} if other languages exist as well, or to ${DOCSDIR}/en. Ports tree has examples of both (e.g. print/cups-base vs mail/claws-mail). I have chosen to separate folders in ${DOCSDIR}. * I decided to give up patching original Makefile.in and configure just to install an unchanged documentation tree; configure script echoes wrong hardcoded paths, Makefile includes "usr/latex/m17n-lib.ps" in pkgdata_DATA which seems to be wrong, etc. Besides, Japanese docs are not covered in Makefile. IMHO the patch below does things in clean BSD way.
Responsible Changed From-To: freebsd-ports-bugs->pgollucci I'll take it.
pgollucci 2010-02-04 04:02:35 UTC FreeBSD ports repository Modified files: devel/m17n-docs Makefile distinfo pkg-plist Log: - Update to 1.5.5 - add jp docs PR: ports/143382 Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer) Revision Changes Path 1.10 +25 -11 ports/devel/m17n-docs/Makefile 1.7 +3 -3 ports/devel/m17n-docs/distinfo 1.3 +506 -155 ports/devel/m17n-docs/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks