diff options
Diffstat (limited to 'misc/siag/Makefile')
-rw-r--r-- | misc/siag/Makefile | 4 |
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" |