svn commit: r377215 - head/print/texinfo

Antoine Brodin antoine at FreeBSD.org
Sat Jan 17 09:25:12 UTC 2015


Author: antoine
Date: Sat Jan 17 09:25:11 2015
New Revision: 377215
URL: https://svnweb.freebsd.org/changeset/ports/377215
QAT: https://qat.redports.org/buildarchive/r377215/

Log:
  Fix build on head

Modified:
  head/print/texinfo/Makefile

Modified: head/print/texinfo/Makefile
==============================================================================
--- head/print/texinfo/Makefile	Sat Jan 17 08:52:55 2015	(r377214)
+++ head/print/texinfo/Makefile	Sat Jan 17 09:25:11 2015	(r377215)
@@ -36,7 +36,7 @@ PLIST_SUB=	TEXMF=${TEXMF}
 post-patch:
 	${CHMOD} 755 ${WRKSRC}/build-aux/install-sh
 	${CP} ${DISTDIR}/${DIST_SUBDIR}/texinfo.tex ${WRKSRC}/doc/
-	${CP} ${DISTDIR}/${DIST_SUBDIR}/texi2dvi ${WRKSRC}/util/
+	${INSTALL_SCRIPT} ${DISTDIR}/${DIST_SUBDIR}/texi2dvi ${WRKSRC}/util/
 
 post-install:
 	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/htmlxref.cnf ${STAGEDIR}${DATADIR}


More information about the svn-ports-all mailing list