Remove an unused file, which caused a conflict on a case-insensitive
filesystem. This fixed PR 41607.
This commit is contained in:
parent
0e62b3245e
commit
05549b8a5e
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2009/06/09 21:31:04 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2009/07/27 08:59:36 minskim Exp $
|
||||
|
||||
DISTNAME= xdvik-22.84.14
|
||||
PKGREVISION= 2
|
||||
|
@ -61,6 +61,9 @@ XDVI_PAPERSIZE= a4
|
|||
.include "../../x11/libXpm/buildlink3.mk"
|
||||
.include "../../mk/xaw.buildlink3.mk"
|
||||
|
||||
post-extract:
|
||||
${RM} ${WRKSRC}/texmf/XDvi
|
||||
|
||||
post-build:
|
||||
${MKDIR} -p ${WRKSRC}/texmf/xdvi
|
||||
${CP} ${BIN_XDVI_PREFIX}/share/texmf/xdvi/XDvi \
|
||||
|
|
Loading…
Reference in a new issue