This commit is contained in:
Antoine Brodin 2014-12-22 23:01:56 +00:00
parent 555cc668b7
commit f04a3f032a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375285

View File

@ -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>