diff options
author | jschauma <jschauma@pkgsrc.org> | 2005-04-18 16:20:25 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2005-04-18 16:20:25 +0000 |
commit | aeee85635db7919387b4ac6369def971b35e44e9 (patch) | |
tree | f2b263d690990babe0ac35e69bfdd953701f977c /www/netscape7-acroread5 | |
parent | 3d325a67a8b76f5494bb01042421a3dbeebf369a (diff) | |
download | pkgsrc-aeee85635db7919387b4ac6369def971b35e44e9.tar.gz |
Adjust and correct for addition of -acroread7 based plugins.
Diffstat (limited to 'www/netscape7-acroread5')
-rw-r--r-- | www/netscape7-acroread5/DESCR | 3 | ||||
-rw-r--r-- | www/netscape7-acroread5/Makefile | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/www/netscape7-acroread5/DESCR b/www/netscape7-acroread5/DESCR index 4a387426dbf..7aabb187d47 100644 --- a/www/netscape7-acroread5/DESCR +++ b/www/netscape7-acroread5/DESCR @@ -1 +1,2 @@ -This package provides Adobe Acrobat Reader 5 plugin for the Netscape7 package. +This package provides the Adobe Acrobat Reader 5 plugin for the Netscape7 +package. diff --git a/www/netscape7-acroread5/Makefile b/www/netscape7-acroread5/Makefile index 5713da45bc1..c44e20e052b 100644 --- a/www/netscape7-acroread5/Makefile +++ b/www/netscape7-acroread5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2004/02/13 17:39:55 jschauma Exp $ +# $NetBSD: Makefile,v 1.2 2005/04/18 16:20:25 jschauma Exp $ DISTNAME= netscape7-acroread5-1.0 @@ -8,7 +8,9 @@ COMMENT= Acrobat Reader 5 plugin for netscape7 DEPENDS+= acroread5-5.[0-9]*:../../print/acroread5 CONFLICTS+= netscape7-acroread-[0-9]* CONFLICTS+= netscape7-acroread3-[0-9]* +CONFLICTS+= netscape7-acroread7-[0-9]* ACROREAD= Acrobat5 +ACRO_SUBDIR= Browsers .include "../../www/netscape7-acroread/Makefile.common" |