diff options
Diffstat (limited to 'www/netscape7/Makefile')
-rw-r--r-- | www/netscape7/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile index c60b30b0de03..2f85a5ae45f0 100644 --- a/www/netscape7/Makefile +++ b/www/netscape7/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Feb 1997 # Whom: ache # -# $Id: Makefile,v 1.3 1997/06/01 00:06:17 ache Exp $ +# $Id: Makefile,v 1.1.1.1 1997/07/03 01:06:23 ache Exp $ # DISTNAME= linux-netscape-4.01b6 @@ -17,7 +17,6 @@ RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib BUILD_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib NDIR= ${PREFIX}/lib/netscape -NLSDIR= ${X11BASE}/lib/X11/nls BINDIR= ${PREFIX}/bin MAINTAINER= ache@FreeBSD.ORG @@ -32,13 +31,6 @@ do-install: if [ ! -f ${NDIR}/mailcap ] ; then \ ${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \ fi - -test -d ${NLSDIR} || mkdir -p ${NLSDIR} - if [ ! -f ${NLSDIR}/C ] ; then \ - ${INSTALL_DATA} ${NDIR}/nls/C ${NLSDIR}; \ - fi - if [ ! -f ${NLSDIR}/nls.dir ] ; then \ - ${INSTALL_DATA} ${NDIR}/nls/nls.dir ${NLSDIR}; \ - fi rm -rf ${NDIR}/nls ${NDIR}/movemail-src ${NDIR}/XKeysymDB chown -R bin.bin ${NDIR} |