aboutsummaryrefslogtreecommitdiff
path: root/print/texinfo
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-12-22 23:01:56 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-12-22 23:01:56 +0000
commitf04a3f032a75a0a2a7378cf4edf2becfbdacaf25 (patch)
treed936b0e8c60f89843caa17e58e9a7f7c9d5ec0a5 /print/texinfo
parent555cc668b783ea72f42dd1f99ac9ff7c3937cfdf (diff)
downloadports-f04a3f032a75a0a2a7378cf4edf2becfbdacaf25.tar.gz
ports-f04a3f032a75a0a2a7378cf4edf2becfbdacaf25.zip
Notes
Diffstat (limited to 'print/texinfo')
-rw-r--r--print/texinfo/Makefile6
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>