From f04a3f032a75a0a2a7378cf4edf2becfbdacaf25 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 22 Dec 2014 23:01:56 +0000 Subject: [PATCH] Unbreak --- print/texinfo/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index ea767b94c0b0..0f3c046c4ea4 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -35,10 +35,10 @@ PLIST_SUB= TEXMF=${TEXMF} post-patch: ${CHMOD} 755 ${WRKSRC}/build-aux/install-sh - ${CP} ${DISTDIR}/texinfo.tex ${WRKSRC}/doc/ - ${CP} ${DISTDIR}/texi2dvi ${WRKSRC}/util/ + ${CP} ${DISTDIR}/${DIST_SUBDIR}/texinfo.tex ${WRKSRC}/doc/ + ${CP} ${DISTDIR}/${DIST_SUBDIR}/texi2dvi ${WRKSRC}/util/ post-install: - ${INSTALL_DATA} ${DISTDIR}/htmlxref.cnf ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/htmlxref.cnf ${STAGEDIR}${DATADIR} .include