Don't die if the post-install cleanup doesn't match any files (happens
if latex option not enabled).
This commit is contained in:
parent
0642810965
commit
b502bde86a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.105 2014/01/02 18:26:36 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.106 2014/01/19 23:00:05 markd Exp $
|
||||
|
||||
DISTNAME= doxygen-1.8.6.src
|
||||
PKGNAME= ${DISTNAME:S/.src//}
|
||||
|
@ -75,7 +75,7 @@ post-patch:
|
|||
|
||||
# remove unnecessary files that leak tool paths
|
||||
post-install:
|
||||
rm ${DESTDIR}${PREFIX}/share/doc/doxygen/examples/Makefile*
|
||||
rm -f ${DESTDIR}${PREFIX}/share/doc/doxygen/examples/Makefile*
|
||||
|
||||
BUILDLINK_API_DEPENDS.graphviz+= graphviz>=2.12nb1
|
||||
|
||||
|
|
Loading…
Reference in a new issue