svn commit: r375285 - head/print/texinfo

Antoine Brodin antoine at FreeBSD.org
Mon Dec 22 23:01:57 UTC 2014


Author: antoine
Date: Mon Dec 22 23:01:56 2014
New Revision: 375285
URL: https://svnweb.freebsd.org/changeset/ports/375285
QAT: https://qat.redports.org/buildarchive/r375285/

Log:
  Unbreak

Modified:
  head/print/texinfo/Makefile

Modified: head/print/texinfo/Makefile
==============================================================================
--- head/print/texinfo/Makefile	Mon Dec 22 23:01:32 2014	(r375284)
+++ head/print/texinfo/Makefile	Mon Dec 22 23:01:56 2014	(r375285)
@@ -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>


More information about the svn-ports-head mailing list