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
commit18dc661f9e5913270ccd59f4f158e09405dca07c (patch)
tree456f566235251c86167d67c592fc95ea43fad35a /misc/siag
parent1a6e477d62e941a04b3a1e74254912c745976f18 (diff)
downloadpkgsrc-18dc661f9e5913270ccd59f4f158e09405dca07c.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"