diff options
author | joerg <joerg> | 2009-04-09 00:48:06 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-04-09 00:48:06 +0000 |
commit | d1027a4004f5c7c3099fca5ac8fd2468db8d9b7c (patch) | |
tree | bab33acb040ad1708a35131b11af0af8cf0dc5e8 /www | |
parent | ae183075485f567d69b9bca8cc0b231af55fe01e (diff) | |
download | pkgsrc-d1027a4004f5c7c3099fca5ac8fd2468db8d9b7c.tar.gz |
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-bin-acroread/Makefile.common | 3 | ||||
-rw-r--r-- | www/firefox-bin-java/Makefile.common | 3 | ||||
-rw-r--r-- | www/firefox-bin-realplayer/Makefile | 3 | ||||
-rw-r--r-- | www/netscape/Makefile | 3 | ||||
-rw-r--r-- | www/opera-acroread/Makefile.common | 3 | ||||
-rw-r--r-- | www/opera-plugins/Makefile | 4 |
6 files changed, 6 insertions, 13 deletions
diff --git a/www/firefox-bin-acroread/Makefile.common b/www/firefox-bin-acroread/Makefile.common index 883e50f1696..42956995e7e 100644 --- a/www/firefox-bin-acroread/Makefile.common +++ b/www/firefox-bin-acroread/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2007/10/25 22:01:07 jlam Exp $ +# $NetBSD: Makefile.common,v 1.6 2009/04/09 00:48:17 joerg Exp $ PKGNAME= ${DISTNAME:C|MozillaFirebird|firefox|} CATEGORIES= www print @@ -12,7 +12,6 @@ EMUL_PLATFORMS= linux-i386 ACRO_PLATFORM= intellinux WRKSRC= ${WRKDIR} -NO_CHECKSUM= YES NO_CONFIGURE= YES BUILD_DIRS= # empty PLIST_SRC= # empty diff --git a/www/firefox-bin-java/Makefile.common b/www/firefox-bin-java/Makefile.common index 432f58d9297..c6ff2ed55f0 100644 --- a/www/firefox-bin-java/Makefile.common +++ b/www/firefox-bin-java/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2008/03/07 05:43:42 jlam Exp $ +# $NetBSD: Makefile.common,v 1.9 2009/04/09 00:48:18 joerg Exp $ DISTNAME= ${MOZ_BIN}-java-1.2 CATEGORIES= www lang @@ -20,7 +20,6 @@ PKG_DESTDIR_SUPPORT= user-destdir # XXX NOT_FOR_PLATFORM= *-*-x86_64 -NO_CHECKSUM= yes WRKSRC= ${WRKDIR} BUILD_DIRS= # empty diff --git a/www/firefox-bin-realplayer/Makefile b/www/firefox-bin-realplayer/Makefile index 484fe6263bd..b04589be702 100644 --- a/www/firefox-bin-realplayer/Makefile +++ b/www/firefox-bin-realplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/07/30 16:12:57 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2009/04/09 00:48:18 joerg Exp $ DISTNAME= firefox-bin-realplayer-1.0 PKGREVISION= 4 @@ -14,7 +14,6 @@ DEPENDS+= RealPlayerGold-[0-9]*:../../multimedia/RealPlayerGold EMUL_PLATFORMS= linux-i386 -NO_CHECKSUM= yes WRKSRC= ${WRKDIR} BUILD_DIRS= # empty diff --git a/www/netscape/Makefile b/www/netscape/Makefile index 0fec63320c3..4f66d372378 100644 --- a/www/netscape/Makefile +++ b/www/netscape/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2009/02/13 22:32:48 abs Exp $ +# $NetBSD: Makefile,v 1.25 2009/04/09 00:48:18 joerg Exp $ # DISTNAME= netscape-20040123 @@ -23,7 +23,6 @@ NETSCAPE_PREFERRED=${NETSCAPE_PREFERRED_DEFAULT} .endif WRKSRC= ${WRKDIR} -NO_CHECKSUM= yes NO_CONFIGURE= yes INSTALLATION_DIRS= bin diff --git a/www/opera-acroread/Makefile.common b/www/opera-acroread/Makefile.common index 73f081b864d..ec3c0d12e25 100644 --- a/www/opera-acroread/Makefile.common +++ b/www/opera-acroread/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2007/10/25 22:01:08 jlam Exp $ +# $NetBSD: Makefile.common,v 1.11 2009/04/09 00:48:18 joerg Exp $ PKGNAME= ${DISTNAME:C|MozillaFirebird|firefox|} CATEGORIES= www print @@ -14,7 +14,6 @@ EMUL_REQD= suse>=7.3 ACRO_PLATFORM= intellinux WRKSRC= ${WRKDIR} -NO_CHECKSUM= YES NO_CONFIGURE= YES BUILD_DIRS= # empty PLIST_SRC= # empty diff --git a/www/opera-plugins/Makefile b/www/opera-plugins/Makefile index add80e4c07c..031b0bbc411 100644 --- a/www/opera-plugins/Makefile +++ b/www/opera-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/08/23 18:20:35 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2009/04/09 00:48:18 joerg Exp $ DISTNAME= opera-plugins-1.0 PKGREVISION= 1 @@ -17,8 +17,6 @@ EMUL_PLATFORMS= linux-i386 EMUL_MODULES.linux= motif EMUL_REQD= suse>=7.3 -EXTRACT_ONLY= # empty -NO_CHECKSUM= YES NO_BUILD= YES PLIST_SRC= ${WRKDIR}/PLIST |