diff options
author | reed <reed@pkgsrc.org> | 2004-04-24 04:39:30 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-04-24 04:39:30 +0000 |
commit | 4d238202ddb5ab86466e96b431effbf7d5a63a55 (patch) | |
tree | dcd2489cf5748ebec0618fef9cda20406d2a1f4d /graphics/ImageMagick | |
parent | 5b6b69bdb5c78e7cc655f6499e71f279929bde35 (diff) | |
download | pkgsrc-4d238202ddb5ab86466e96b431effbf7d5a63a55.tar.gz |
Prepend shell command to remove share directory with a "-"
(to ignore any errors).
This is so in the rare case that you already have files from an
old install that it won't fail to install new package.
This was discussed with maintainer, tron@, in March.
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r-- | graphics/ImageMagick/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 3ede9df2078..e1f8b14d211 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.115 2004/03/23 19:53:33 tron Exp $ +# $NetBSD: Makefile,v 1.116 2004/04/24 04:39:30 reed Exp $ .include "Makefile.common" @@ -42,7 +42,7 @@ CONFIGURE_ARGS+= --without-perl # Remove the empty directory post-install: - ${RMDIR} ${PREFIX}/share/ImageMagick + -${RMDIR} ${PREFIX}/share/ImageMagick .include "../../archivers/bzip2/buildlink3.mk" .include "../../graphics/jasper/buildlink3.mk" |