diff options
Diffstat (limited to 'german/netscape7/Makefile')
-rw-r--r-- | german/netscape7/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/german/netscape7/Makefile b/german/netscape7/Makefile index 8e3d83cc37c1..ab30b0ac3fe6 100644 --- a/german/netscape7/Makefile +++ b/german/netscape7/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: de-linux-netscape6 +# New ports collection makefile for: de-netscape7 # Date created: 28 Feb 2002 # Whom: Thomas E. Zander <riggs@rrr.de> # based on the www/linux-netscape6 port @@ -7,10 +7,10 @@ # PKGNAMEPREFIX?= de- -PORTREVISION= 0 CATEGORIES= german www linux -DISTFILES= browser.xpi \ +DISTFILES= AIM.xpi \ + browser.xpi \ defldede.xpi \ flash.xpi \ jre.xpi \ @@ -19,13 +19,12 @@ DISTFILES= browser.xpi \ psm.xpi \ regde.xpi \ regfr.xpi \ - regus.xpi \ spellchecker.xpi \ talkback.xpi \ xpcom.xpi MAINTAINER= riggs@rrr.de -NETSCAPE6_LANG= german +NETSCAPE_LANG= german -.include "../../www/linux-netscape6/Makefile" +.include "../../www/netscape7/Makefile" |