diff options
-rw-r--r-- | print/texinfo/Makefile | 6 |
1 files 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 <bsd.port.mk> |