summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2014-01-19 23:00:05 +0000
committermarkd <markd@pkgsrc.org>2014-01-19 23:00:05 +0000
commit9880de3e39b56b0c5ccc495576ac65f9e709d727 (patch)
treeacb0ca251e5e403fcf7f6704754e102d3f60f509 /devel
parent0acbfcf5794f000e07c06e97ba27b9c35b56db4c (diff)
downloadpkgsrc-9880de3e39b56b0c5ccc495576ac65f9e709d727.tar.gz
Don't die if the post-install cleanup doesn't match any files (happens
if latex option not enabled).
Diffstat (limited to 'devel')
-rw-r--r--devel/doxygen/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile
index 8cc4dcc118c..e52268fa5b1 100644
--- a/devel/doxygen/Makefile
+++ b/devel/doxygen/Makefile
@@ -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