diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-05 13:34:45 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-05 13:34:45 +0000 |
commit | ca5ecc377fd7e61d9d7a7ea4463bf74d1f690ae5 (patch) | |
tree | 4887869ca2b6979c8dd123f3b509882357cfd5f0 | |
parent | c36265a5d70db9c742bd05601e2b0f2b4b92a36e (diff) | |
download | pkgsrc-ca5ecc377fd7e61d9d7a7ea4463bf74d1f690ae5.tar.gz |
As the Netscape plugin is now registered in the PLIST, this package conflicts
with acroread 4. Rename it from acroread5 to acroread, so it behaves as an
update. Pointed out by cjep@ and tron@, thanks.
-rw-r--r-- | print/acroread5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index 2aa4195fc04..569d59dbbe6 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2003/05/04 18:04:21 jmmv Exp $ +# $NetBSD: Makefile,v 1.9 2003/05/05 13:34:45 jmmv Exp $ DISTNAME= acroread5 # Overridden below -PKGNAME= acroread5-5.06 +PKGNAME= acroread-5.06 PKGREVISION= 1 WRKSRC= ${WRKDIR} CATEGORIES= print |