aboutsummaryrefslogtreecommitdiffstats
path: root/korean/netscape48-communicator
diff options
context:
space:
mode:
authorsada <sada@FreeBSD.org>2002-11-17 14:21:50 +0800
committersada <sada@FreeBSD.org>2002-11-17 14:21:50 +0800
commit17e7e0c32cfa5e7eda7ab9120cd0d049c514bb5f (patch)
tree460834a34423cf67e019fd419b690cefb3bab0ad /korean/netscape48-communicator
parent111a7029aa3434a536cd82fd639d59cbdf6662cf (diff)
downloadfreebsd-ports-gnome-17e7e0c32cfa5e7eda7ab9120cd0d049c514bb5f.tar.gz
freebsd-ports-gnome-17e7e0c32cfa5e7eda7ab9120cd0d049c514bb5f.tar.zst
freebsd-ports-gnome-17e7e0c32cfa5e7eda7ab9120cd0d049c514bb5f.zip
Remove all netscape ports with a vulnerability of JRE.
cf. http://sunsolve.sun.com/pub-cgi/retrieve.pl?doctype=coll&doc=secbull/218&type=0&nav=sec.sba Submitted by: trevor Silently agreed by: maintainers
Diffstat (limited to 'korean/netscape48-communicator')
-rw-r--r--korean/netscape48-communicator/Makefile103
-rw-r--r--korean/netscape48-communicator/distinfo1
-rw-r--r--korean/netscape48-communicator/files/INSTALL9
-rw-r--r--korean/netscape48-communicator/files/patch-aa20
-rw-r--r--korean/netscape48-communicator/files/preferences.js5
-rw-r--r--korean/netscape48-communicator/files/start.sh.in42
-rw-r--r--korean/netscape48-communicator/files/xresource.ad9
-rw-r--r--korean/netscape48-communicator/pkg-comment1
-rw-r--r--korean/netscape48-communicator/pkg-descr11
-rw-r--r--korean/netscape48-communicator/pkg-plist122
10 files changed, 0 insertions, 323 deletions
diff --git a/korean/netscape48-communicator/Makefile b/korean/netscape48-communicator/Makefile
deleted file mode 100644
index 9e1c40a55761..000000000000
--- a/korean/netscape48-communicator/Makefile
+++ /dev/null
@@ -1,103 +0,0 @@
-# New ports collection makefile for: Netscape browser with Korean resources
-# Date created: 25 Oct 1998
-# Whom: CHOI Junho <cjh@kr.freebsd.org>
-#
-# $FreeBSD$
-#
-# based on japanese/netscape4-*
-
-PORTNAME= netscape-${BROWSER_ARC}
-PORTVERSION= ${BROWSER_VERSION}
-CATEGORIES= korean www
-MASTER_SITES= ftp://ftp.kr.freebsd.org/pub/users/cjh/netscape-ko/ \
- http://www.kr.freebsd.org/~cjh/freetime/mozilla/netscape-ko/
-DISTNAME= ${KOREAN_KIT}
-
-MAINTAINER?= cjh@FreeBSD.org
-
-# ?= for ports that include this Makefile
-RUN_DEPENDS?= ${LOCALBASE}/bin/${BROWSER_ARC}-${BROWSER_VERSION}:${PORTSDIR}/www/netscape${BROWSER_VER}-${BROWSER_NAME}
-RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf
-
-NO_BUILD= yes
-PKGINSTALL= ${WRKDIR}/INSTALL
-PLIST_SUB= NSUBDIR=${NSUBDIR} LANG=${LANG} \
- BROWSER=${BROWSER_ARC} VER=${BROWSER_VER}
-NDIR= ${PREFIX}/${NSUBDIR}
-NSUBDIR?= lib/netscape
-
-# should be changed by versions
-BROWSER_NAME?= communicator
-BROWSER_ARC?= ${BROWSER_NAME}
-BROWSER_BIN?= ${BROWSER_ARC}-${BROWSER_VERSION}.bin
-BROWSER_CMD?= ko-${BROWSER_ARC}-${BROWSER_VER}
-BROWSER_VER?= 4
-BROWSER_VERSION?= 4.08
-
-# for old version(<4.5), font name substitution required.
-# newer version use baekmuk-gulim should not be affected.
-PREVFONTNAME= kodig
-NEWFONTNAME= gulim
-
-KOREAN_KIT?= netscape-v408.generic-generic-generic-19990612
-
-NETHELP?= nethelp-v403
-START_SCRIPT?= ${MASTERDIR}/files/start.sh.in
-ADDXRESOURCE?= ${MASTERDIR}/files/xresource.ad
-
-LANG= ko_KR.EUC
-MAKESCRIPT= ${SED} -e "s;@X11BASE@;${X11BASE};g" \
- -e "s;@PREFIX@;${PREFIX};g" \
- -e "s;@NDIR@;${NDIR};g" \
- -e "s;@RDIR@;${NDIR};g" \
- -e "s;@BROWSER@;${BROWSER_ARC}-${BROWSER_VERSION};g" \
- -e "s;@BROWSER_BIN@;${BROWSER_BIN};g" \
- -e "s;@LANG@;${LANG};g" \
- -e "s;-${PREVFONTNAME}-;-${NEWFONTNAME}-;g"
-
-.if ${BROWSER_VERSION} == 4.08
-DIST_SUBDIR= korean-netscape
-.endif
-
-.SILENT:
-
-do-configure:
- ${MAKESCRIPT} ${START_SCRIPT} >${WRKDIR}/start.sh
- # add FreeBSD-specific resource
- ${MAKESCRIPT} ${WRKSRC}/Netscape.ad-ko >${WRKSRC}/Netscape.2.ad
- ${CAT} ${WRKSRC}/Netscape.2.ad ${ADDXRESOURCE} \
- > ${WRKSRC}/Netscape
- ${MAKESCRIPT} ${FILESDIR}/INSTALL >${PKGINSTALL}
- # make navigator resource
-.if defined(BROWSER_NAME) && ${BROWSER_NAME} == navigator
- ${SED} -e "s;Communicator;Navigator;g" \
- ${WRKSRC}/about > ${WRKDIR}/about
- ${SED} -e "s;Communicator;Navigator;g" \
- ${WRKSRC}/splash > ${WRKDIR}/splash
-.else
- ${CP} ${WRKSRC}/about ${WRKDIR}/about
- ${CP} ${WRKSRC}/splash ${WRKDIR}/splash
-.endif
-
-do-install:
- ${INSTALL_DATA} ${MASTERDIR}/files/preferences.js ${NDIR}
- ${MKDIR} ${NDIR}/locale
- ${LN} -sf /usr/share/locale/en_US.ISO_8859-1 ${NDIR}/locale/${LANG}
- ${MKDIR} ${NDIR}/${LANG}
- ${INSTALL_DATA} ${WRKSRC}/netscape.cfg ${NDIR}/
-.for f in Netscape mail.msg plugins LICENSE.ko
- ${INSTALL_DATA} ${WRKSRC}/$f ${NDIR}/${LANG}/
-.endfor
-.for f in about splash
- ${INSTALL_DATA} ${WRKDIR}/$f ${NDIR}/${LANG}/
-.endfor
- ${INSTALL_SCRIPT} ${WRKDIR}/start.sh ${PREFIX}/bin/${BROWSER_CMD}
- ${LN} -sf ${BROWSER_CMD} ${PREFIX}/bin/netscape.run
- ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${WRKSRC}/${NETHELP}.nif \
- ${EXTRACT_AFTER_ARGS} -C ${NDIR}/${LANG}
-
-post-install:
- ${SETENV} PKG_PREFIX=${PREFIX} \
- ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-
-.include <bsd.port.mk>
diff --git a/korean/netscape48-communicator/distinfo b/korean/netscape48-communicator/distinfo
deleted file mode 100644
index 67f7c12d3d38..000000000000
--- a/korean/netscape48-communicator/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (korean-netscape/netscape-v408.generic-generic-generic-19990612.tar.gz) = c57db3aa762fcfc3683c549cef449a2c
diff --git a/korean/netscape48-communicator/files/INSTALL b/korean/netscape48-communicator/files/INSTALL
deleted file mode 100644
index 3f6d5455e2a6..000000000000
--- a/korean/netscape48-communicator/files/INSTALL
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-[ "x$1" = "x" ] && exit 1
-if [ "x$2" = "xPOST-INSTALL" -a -n "$KO_NETSCAPE_INSTALL_CFG" ]; then
- CFGLOC=/usr/lib/X11/@LANG@/app-defaults
- if [ ! -e $CFGLOC/netscape.cfg ]; then
- mkdir -p $CFGLOC
- cp @NDIR@/@LANG@/netscape.cfg $CFGLOC
- fi
-fi
diff --git a/korean/netscape48-communicator/files/patch-aa b/korean/netscape48-communicator/files/patch-aa
deleted file mode 100644
index 34d53db16adb..000000000000
--- a/korean/netscape48-communicator/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- n Sun Oct 25 19:04:57 1998
-+++ Netscape.ad-ko Sun Oct 25 19:05:53 1998
-@@ -83,7 +83,7 @@
-
- ! This is the directory where Netscape finds external files such as icons.
- !
--*appDir: /@LOC_LANG@/netscape
-+*appDir: @NDIR@/@LANG@
-
- ! This resource is the same as the -visual command line option, which selects
- ! an X visual on which the windows should be created. Legal options are:
-@@ -2932,6 +2932,8 @@
- *openURLDialog*browserToggle.set: True
- *openURLDialog*XmTextField.columns: 45
- !*openURLDialog.width: 500
-+!*openURLDialog*XmTextField.fontList:\
-+!-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
-
-
-
diff --git a/korean/netscape48-communicator/files/preferences.js b/korean/netscape48-communicator/files/preferences.js
deleted file mode 100644
index 6c63b5544055..000000000000
--- a/korean/netscape48-communicator/files/preferences.js
+++ /dev/null
@@ -1,5 +0,0 @@
-// Netscape User Preferences
-// This is a generated file! Do not edit.
-
-user_pref("intl.character_set", 1292);
-user_pref("intl.font_spec_list", "misc-gothic-120-noscale-fixed-x-ksc5601-11,misc-gothic-120-noscale-prop-x-ksc5601-11,schumacher-clean-120-noscale-fixed-x-user-defined,schumacher-clean-120-noscale-prop-x-user-defined,nsPseudoFont-courier-120-noscale-fixed-UTF-8,nsPseudoFont-helvetica-120-noscale-prop-UTF-8,isas-fangsong ti-120-noscale-fixed-gb_2312-80,isas-fangsong ti-120-noscale-prop-gb_2312-80,hanyang-kodig-140-noscale-fixed-ks_c_5601-1987,hanyang-kodig-140-noscale-prop-ks_c_5601-1987,misc-fixed-130-noscale-fixed-jis_x0201,misc-fixed-130-noscale-prop-jis_x0201,netscape-fixed-130-noscale-fixed-jis_x0208-1983,netscape-fixed-130-noscale-prop-jis_x0208-1983,sp-courier new-120-noscale-fixed-iso-8859-2,sp-arial-120-noscale-prop-iso-8859-2,adobe-courier-100-noscale-fixed-iso-8859-1,adobe-helvetica-120-noscale-prop-iso-8859-1,");
diff --git a/korean/netscape48-communicator/files/start.sh.in b/korean/netscape48-communicator/files/start.sh.in
deleted file mode 100644
index 603f03aa1a8d..000000000000
--- a/korean/netscape48-communicator/files/start.sh.in
+++ /dev/null
@@ -1,42 +0,0 @@
-#!/bin/sh
-#
-# Koreanized Netscape startup file
-# basically based on Japanized Netscape
-# ports/japanese/netscape4-communicator
-# CHOI Junho <cjh@kr.freebsd.org>, 98/12/28
-#
-
-if [ ! -d $HOME/.netscape ]; then
- mkdir -m 700 $HOME/.netscape
- cp @RDIR@/preferences.js $HOME/.netscape
- chmod 644 $HOME/.netscape/preferences.js
-fi
-
-CHMOD='/bin/chmod'
-CP='/bin/cp -p'
-MKDIR='/bin/mkdir -p'
-export LANG; LANG=@LANG@
-export LC_ALL; LC_ALL=${LANG}
-export LC_CTYPE; LC_CTYPE=${LANG}
-export MOZILLA_HOME; MOZILLA_HOME=@NDIR@
-export MOZILLA_NO_ASYNC; MOZILLA_NO_ASYNC=True
-export CLASSPATH; CLASSPATH=.:$MOZILLA_HOME
-#export XENVIRONMENT; XENVIRONMENT=${MOZILLA_HOME}/Netscape.ad
-export XKEYSYMDB; XKEYSYMDB=@X11BASE@/lib/X11/XKeysymDB
-export XAPPLRESDIR; XAPPLRESDIR=@RDIR@
-export XNLSPATH; XNLSPATH=${MOZILLA_HOME}/nls
-#export PATH_LOCALE; PATH_LOCALE=@RDIR@/locale
-export NPX_PLUGIN_PATH; NPX_PLUGIN_PATH=${MOZILLA_HOME}/plugins
-export TIMID_DIR; TIMID_DIR=/usr/local/lib/timidity
-export XCMSDB; XCMSDB=/dev/null
-
-ulimit -c 0
-
-if [ -e /usr/local/lib/aout/libxpg4-ns.so.2.0 ]; then
- export LD_PRELOAD=/usr/local/lib/aout/libxpg4-ns.so.2.0
-elif [ x$KO_NETSCAPE_USE_LD_PRELOAD != x -a x$KO_NETSCAPE_USE_LD_PRELOAD != xno ]; then
- export LD_PRELOAD=/usr/lib/libxpg4.so
-else
- export PATH_LOCALE=@RDIR@/locale
-fi
-exec ${MOZILLA_HOME}/@BROWSER_BIN@ "$@"
diff --git a/korean/netscape48-communicator/files/xresource.ad b/korean/netscape48-communicator/files/xresource.ad
deleted file mode 100644
index bc6e66aee955..000000000000
--- a/korean/netscape48-communicator/files/xresource.ad
+++ /dev/null
@@ -1,9 +0,0 @@
-! Additional resources, FreeBSD specific
-! 2000/7/15 CHOI Junho <cjh@freebsd.org>
-!
-! These fonts is available from korean/ftghostscript* ports.
-! and korean/baekmukfonts-ttf.
-!
-*documentFonts.EUC-KR*psname: Gulim-Medium-KSC-EUC-H
-*documentFonts.EUC-KR*pswidth: 1000
-*documentFonts.EUC-KR*psascent: 880
diff --git a/korean/netscape48-communicator/pkg-comment b/korean/netscape48-communicator/pkg-comment
deleted file mode 100644
index a8d8d4df27d0..000000000000
--- a/korean/netscape48-communicator/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Netscape web-surfboard with Korean resources
diff --git a/korean/netscape48-communicator/pkg-descr b/korean/netscape48-communicator/pkg-descr
deleted file mode 100644
index 6a86b2dca486..000000000000
--- a/korean/netscape48-communicator/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-This is the netscape web-surfboard.
-Please read the file `/usr/local/lib/netscape/ko_KR.EUC/LICENSE.ko'
-for the licensing terms.
-
-Korean Netscape Localization(X11) page(written in Korean):
-
- http://www.kr.freebsd.org/~cjh/freetime/mozilla/netscape-ko
-
---
-Ports by CHOI Junho <cjh@kr.freebsd.org>
-WWW: http://www.kr.freebsd.org/~cjh/freetime/mozilla/netscape-ko/
diff --git a/korean/netscape48-communicator/pkg-plist b/korean/netscape48-communicator/pkg-plist
deleted file mode 100644
index 7eff10706983..000000000000
--- a/korean/netscape48-communicator/pkg-plist
+++ /dev/null
@@ -1,122 +0,0 @@
-bin/ko-%%BROWSER%%-%%VER%%
-@exec ln -sf %f %B/netscape.run
-%%NSUBDIR%%/netscape.cfg
-%%NSUBDIR%%/%%LANG%%/Netscape
-%%NSUBDIR%%/%%LANG%%/about
-%%NSUBDIR%%/%%LANG%%/mail.msg
-%%NSUBDIR%%/%%LANG%%/nethelp/Back_dep.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/Back_dis.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/Back_sel.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/Back_up.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/Blank.htm
-%%NSUBDIR%%/%%LANG%%/nethelp/Button.js
-%%NSUBDIR%%/%%LANG%%/nethelp/CntData.js
-%%NSUBDIR%%/%%LANG%%/nethelp/CntTool.htm
-%%NSUBDIR%%/%%LANG%%/nethelp/CntTool.js
-%%NSUBDIR%%/%%LANG%%/nethelp/Exit_dep.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/Exit_sel.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/Exit_up.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/Forw_dep.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/Forw_dis.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/Forw_sel.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/Forw_up.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/Header.js
-%%NSUBDIR%%/%%LANG%%/nethelp/IdxData.js
-%%NSUBDIR%%/%%LANG%%/nethelp/IdxFill.htm
-%%NSUBDIR%%/%%LANG%%/nethelp/IdxKey.htm
-%%NSUBDIR%%/%%LANG%%/nethelp/IdxTool.htm
-%%NSUBDIR%%/%%LANG%%/nethelp/IdxTopic.htm
-%%NSUBDIR%%/%%LANG%%/nethelp/Local-1.js
-%%NSUBDIR%%/%%LANG%%/nethelp/NavUI.htm
-%%NSUBDIR%%/%%LANG%%/nethelp/NoJSerr.htm
-%%NSUBDIR%%/%%LANG%%/nethelp/NSHIfrm.htm
-%%NSUBDIR%%/%%LANG%%/nethelp/Prnt_dep.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/Prnt_sel.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/Prnt_up.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/Stack.js
-%%NSUBDIR%%/%%LANG%%/nethelp/Status.htm
-%%NSUBDIR%%/%%LANG%%/nethelp/System.htm
-%%NSUBDIR%%/%%LANG%%/nethelp/System.js
-%%NSUBDIR%%/%%LANG%%/nethelp/ToolUI.htm
-%%NSUBDIR%%/%%LANG%%/nethelp/Tool_dep.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/Tool_sel.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/Tool_up.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/Topic.js
-%%NSUBDIR%%/%%LANG%%/nethelp/Utility.js
-%%NSUBDIR%%/%%LANG%%/nethelp/Wait.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/collIcon.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/commIcon.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/compIcon.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/confIcon.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/messIcon.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/navIcon.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/netIcon.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/NetHelp1.css
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/admnIcon.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/calIcon.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared/ibmIcon.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/comp.htm
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/compHdr.htm
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/composer.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/comtlbr2.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/help.hpf
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/fmtlbr3.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer/tagicon2.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/confernc/conf.htm
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/confernc/confHdr.htm
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/confernc/confernc.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/confernc/brws2.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/confernc/help.hpf
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/confernc/chat2.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/confernc/circle2.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/confernc/eraser2.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/confernc/fhndtl2.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/confernc/filex2.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/confernc/horline2.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/confernc/line2.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/confernc/pointer2.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/confernc/rect2.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/confernc/txttool2.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/confernc/whtbd2.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/home/help.hpf
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/home/home.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/home/home.htm
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/home/homeHdr.htm
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/navigatr/help.hpf
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/navigatr/nav.htm
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/navigatr/navHdr.htm
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/navigatr/navigatr.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/netcastr/help.hpf
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/netcastr/net.htm
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/netcastr/netHdr.htm
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/netcastr/netcastr.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra/discgrps.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra/coll.htm
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra/collHdr.htm
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra/collabra.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra/help.hpf
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/mailbox.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/help.hpf
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/mess.htm
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/messHdr.htm
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/messengr.gif
-%%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr/mpctrl.gif
-@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/messengr
-@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/collabra
-@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/netcastr
-@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/navigatr
-@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/home
-@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/confernc
-@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/shared
-@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape/composer
-@dirrm %%NSUBDIR%%/%%LANG%%/nethelp/netscape
-@dirrm %%NSUBDIR%%/%%LANG%%/nethelp
-%%NSUBDIR%%/%%LANG%%/plugins
-%%NSUBDIR%%/%%LANG%%/splash
-%%NSUBDIR%%/%%LANG%%/LICENSE.ko
-%%NSUBDIR%%/preferences.js
-@exec mkdir -p %D/%%NSUBDIR%%/locale
-@exec ln -sf /usr/share/locale/en_US.ISO_8859-1 %D/%%NSUBDIR%%/locale/%%LANG%%
-@unexec rm -f %D/%%NSUBDIR%%/locale/%%LANG%%
-@dirrm %%NSUBDIR%%/locale
-@dirrm %%NSUBDIR%%/%%LANG%%