diff options
author | salo <salo@pkgsrc.org> | 2006-07-01 20:20:22 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-07-01 20:20:22 +0000 |
commit | 8fc534bf8d307f96d739c47203408b9e32255f58 (patch) | |
tree | 58a7a5dbc58f6e035a720028ba8a2a1ad9859b62 /www | |
parent | ca0ef7b853e8da8397ead8777bae3782a2cfe983 (diff) | |
download | pkgsrc-8fc534bf8d307f96d739c47203408b9e32255f58.tar.gz |
acroread3 is a goner, off you go.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 3 | ||||
-rw-r--r-- | www/firefox-bin-acroread3/DESCR | 2 | ||||
-rw-r--r-- | www/firefox-bin-acroread3/Makefile | 15 |
3 files changed, 1 insertions, 19 deletions
diff --git a/www/Makefile b/www/Makefile index c668349f724..0ce687328a9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.461 2006/06/30 14:00:39 salo Exp $ +# $NetBSD: Makefile,v 1.462 2006/07/01 20:20:22 salo Exp $ # COMMENT= Packages related to the World Wide Web @@ -94,7 +94,6 @@ SUBDIR+= ffproxy SUBDIR+= firefox SUBDIR+= firefox-bin SUBDIR+= firefox-bin-acroread -SUBDIR+= firefox-bin-acroread3 SUBDIR+= firefox-bin-acroread5 SUBDIR+= firefox-bin-acroread7 SUBDIR+= firefox-bin-flash diff --git a/www/firefox-bin-acroread3/DESCR b/www/firefox-bin-acroread3/DESCR deleted file mode 100644 index 1f8f2f750ec..00000000000 --- a/www/firefox-bin-acroread3/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -This package provides Adobe Acrobat Reader 3 plugin for the Linux -version of the firefox-bin package. diff --git a/www/firefox-bin-acroread3/Makefile b/www/firefox-bin-acroread3/Makefile deleted file mode 100644 index c23bf895e90..00000000000 --- a/www/firefox-bin-acroread3/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2006/02/05 23:11:21 joerg Exp $ - -DISTNAME= MozillaFirebird-bin-acroread3-1.0 -PKGREVISION= 1 - -MAINTAINER= kei@NetBSD.org -COMMENT= Acrobat Reader 3 plugin for firefox-bin - -DEPENDS+= acroread3-3.[0-9]*:../../print/acroread -CONFLICTS+= firefox-bin-acroread-[0-9]* -CONFLICTS+= firefox-bin-acroread5-[0-9]* - -ACROREAD= Acrobat3 - -.include "../../www/firefox-bin-acroread/Makefile.common" |