aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-12-23 07:01:56 +0800
committerantoine <antoine@FreeBSD.org>2014-12-23 07:01:56 +0800
commit8fed23cf2459f63a11abf55cc9928fe2cf6cea15 (patch)
treed936b0e8c60f89843caa17e58e9a7f7c9d5ec0a5 /print
parent1d8fb2d5a8ae7528961b85c46c5591786bb804b1 (diff)
downloadfreebsd-ports-gnome-8fed23cf2459f63a11abf55cc9928fe2cf6cea15.tar.gz
freebsd-ports-gnome-8fed23cf2459f63a11abf55cc9928fe2cf6cea15.tar.zst
freebsd-ports-gnome-8fed23cf2459f63a11abf55cc9928fe2cf6cea15.zip
Unbreak
Diffstat (limited to 'print')
-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>