diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-22 23:01:56 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-22 23:01:56 +0000 |
commit | f04a3f032a75a0a2a7378cf4edf2becfbdacaf25 (patch) | |
tree | d936b0e8c60f89843caa17e58e9a7f7c9d5ec0a5 /print/texinfo | |
parent | 555cc668b783ea72f42dd1f99ac9ff7c3937cfdf (diff) | |
download | ports-f04a3f032a75a0a2a7378cf4edf2becfbdacaf25.tar.gz ports-f04a3f032a75a0a2a7378cf4edf2becfbdacaf25.zip |
Notes
Diffstat (limited to 'print/texinfo')
-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> |