diff options
author | cgd <cgd> | 1999-06-16 17:28:24 +0000 |
---|---|---|
committer | cgd <cgd> | 1999-06-16 17:28:24 +0000 |
commit | 1888b736aab686a0620e9c3a8124e6fe30f070fc (patch) | |
tree | 00392aed48fc860f6cda404dd92457ad48f6cb5d /print/papersize/Makefile | |
parent | d2c37d80af12d2d4b3702061d5134a545728496f (diff) | |
download | pkgsrc-1888b736aab686a0620e9c3a8124e6fe30f070fc.tar.gz |
papersize-1.0 had a bug: when setpapersize was run, magicfilter's filter
scripts (.../libexec/magicfilter/*-filter) would as a side effect have
their executable bit set. Fix that, bump the papersize revisions to
1.0.1, and update other packages' DEPENDS lines to compensate.
Diffstat (limited to 'print/papersize/Makefile')
-rw-r--r-- | print/papersize/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/papersize/Makefile b/print/papersize/Makefile index 64b67e97327..fee355d42ae 100644 --- a/print/papersize/Makefile +++ b/print/papersize/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/11/09 17:55:22 agc Exp $ +# $NetBSD: Makefile,v 1.2 1999/06/16 17:28:25 cgd Exp $ # -DISTNAME= papersize-1.0 +DISTNAME= papersize-1.0.1 CATEGORIES= print MASTER_SITES= # empty DISTFILES= # empty |