diff options
Diffstat (limited to 'www/netscape47-communicator/Makefile')
-rw-r--r-- | www/netscape47-communicator/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/www/netscape47-communicator/Makefile b/www/netscape47-communicator/Makefile index 1532157c8185..868766f883cf 100644 --- a/www/netscape47-communicator/Makefile +++ b/www/netscape47-communicator/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Feb 1997 # Whom: thepish # -# $Id: Makefile,v 1.29 1998/11/24 22:05:13 obrien Exp $ +# $Id: Makefile,v 1.30 1998/11/24 22:10:42 obrien Exp $ # DISTNAME= communicator-v45-export.x86-unknown-freebsd @@ -33,13 +33,6 @@ pre-extract: @${ECHO} "You can make Netscape use 128-bit encryption by defining USE_128BIT" .endif # USE_128BIT -.if !defined(MULTIVERSION) - @${ECHO} "you can define MULTIVERSION to install the script which runs communicator-v45" - @${ECHO} "as ${BINDIR}/communicator-4.5 rather than ${BINDIR}/netscape." - @${ECHO} "You may find this useful if you want to run the stable and pre release versions" - @${ECHO} "concurrently." -.endif - post-configure: ${SED} -e "s;@X11BASE@;${X11BASE};g" \ -e "s;@PREFIX@;${PREFIX};g" \ |