summaryrefslogtreecommitdiff
path: root/misc/siag
diff options
context:
space:
mode:
authorsimonb <simonb>1999-10-13 23:14:51 +0000
committersimonb <simonb>1999-10-13 23:14:51 +0000
commit3839e6ae2e243f589efdcca540ea7b8378c455a4 (patch)
tree456f566235251c86167d67c592fc95ea43fad35a /misc/siag
parent6a8de878bd480f70f0feaf80cb66edcd300978fd (diff)
downloadpkgsrc-3839e6ae2e243f589efdcca540ea7b8378c455a4.tar.gz
Don't kill the entire install if the rmdir ${PREFIX}/doc fails during
post-install - some other package (eg libslang-1.3.8) may have stuff in that directory already.
Diffstat (limited to 'misc/siag')
-rw-r--r--misc/siag/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/siag/Makefile b/misc/siag/Makefile
index 591671ed443..cedfdfe1797 100644
--- a/misc/siag/Makefile
+++ b/misc/siag/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1999/08/29 21:50:21 jlam Exp $
+# $NetBSD: Makefile,v 1.11 1999/10/13 23:14:51 simonb Exp $
DISTNAME= siag-3.1.20
CATEGORIES= misc textproc math
@@ -28,6 +28,6 @@ XAW_TYPE?= 3d
post-install:
${MV} ${PREFIX}/doc/siag ${PREFIX}/share/doc/siag
- ${RMDIR} ${PREFIX}/doc
+ -${RMDIR} ${PREFIX}/doc
.include "../../mk/bsd.pkg.mk"