Date: Thu, 21 Feb 2019 16:17:56 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493517 - head/print/texinfo Message-ID: <201902211617.x1LGHuVl011730@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Feb 21 16:17:55 2019 New Revision: 493517 URL: https://svnweb.freebsd.org/changeset/ports/493517 Log: Adjust the installation of htmlxref.cnf Modified: head/print/texinfo/Makefile Modified: head/print/texinfo/Makefile ============================================================================== --- head/print/texinfo/Makefile Thu Feb 21 16:11:06 2019 (r493516) +++ head/print/texinfo/Makefile Thu Feb 21 16:17:55 2019 (r493517) @@ -47,13 +47,14 @@ NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext post-patch: - @${CP} ${DISTDIR}/${DIST_SUBDIR}/texinfo.tex ${WRKSRC}/doc/ + @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/texinfo.tex ${WRKSRC}/doc/ + @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/htmlxref.cnf ${WRKSRC}/util/ @${INSTALL_SCRIPT} ${DISTDIR}/${DIST_SUBDIR}/texi2dvi ${WRKSRC}/util/ @${REINPLACE_CMD} -e '/rm -f $$(DESTDIR)/ s|$$| $$(DESTDIR)$$(xsdir)/XSParagraph.*|' \ ${WRKSRC}/tp/Texinfo/Convert/XSParagraph/Makefile.in @${REINPLACE_CMD} -e 's|free (.*)|Safe&|' ${WRKSRC}/tp/Texinfo/MiscXS/misc.c post-install: - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/htmlxref.cnf ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/util/htmlxref.cnf ${STAGEDIR}${DATADIR} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902211617.x1LGHuVl011730>