diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-17 17:25:11 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-17 17:25:11 +0800 |
commit | 3800cbe88624c00cb12ea995181aebaa083d2e3e (patch) | |
tree | 806a86a94cc57d0208ccc4a2ff7067cb7971783a /print | |
parent | c113172cde7f41d56168f44565e4e28daf686e17 (diff) | |
download | freebsd-ports-gnome-3800cbe88624c00cb12ea995181aebaa083d2e3e.tar.gz freebsd-ports-gnome-3800cbe88624c00cb12ea995181aebaa083d2e3e.tar.zst freebsd-ports-gnome-3800cbe88624c00cb12ea995181aebaa083d2e3e.zip |
Fix build on head
Diffstat (limited to 'print')
-rw-r--r-- | print/texinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index 0f3c046c4ea4..b84189f48d06 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -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} |