summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authordbj <dbj@pkgsrc.org>2014-07-18 04:49:42 +0000
committerdbj <dbj@pkgsrc.org>2014-07-18 04:49:42 +0000
commitbce66a425712a63b84ffa8cf4306b589948ab980 (patch)
tree1b44f10fce59fa57fd1c43fd68e6ef7893bd5dd4 /print
parent7301650ba77a38c9e0aece290c39ad14d1aa424e (diff)
downloadpkgsrc-bce66a425712a63b84ffa8cf4306b589948ab980.tar.gz
remove a file in the build directory that causes conflict on case insensitive file system.
fixes a regression of PR pkg/41607
Diffstat (limited to 'print')
-rw-r--r--print/xdvik/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/xdvik/Makefile b/print/xdvik/Makefile
index 8fff38f53eb..7d34a9a0f60 100644
--- a/print/xdvik/Makefile
+++ b/print/xdvik/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2013/11/17 16:56:47 minskim Exp $
+# $NetBSD: Makefile,v 1.15 2014/07/18 04:49:42 dbj Exp $
DISTNAME= texlive-20130530-source
PKGNAME= xdvik-22.86
@@ -71,6 +71,7 @@ XDVI_PAPERSIZE= a4
.include "../../mk/xaw.buildlink3.mk"
post-build:
+ ${RM} ${WRKSRC}/texmf/XDvi
${MKDIR} -p ${WRKSRC}/texmf/xdvi
${CP} ${LOCALBASE}/share/texmf-dist/xdvi/XDvi ${WRKSRC}/texmf/xdvi
env TEXMFCONFIG=${LOCALBASE}/share/texmf \