diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-11-28 09:00:33 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-11-28 09:00:33 +0000 |
commit | f64e5e01a5e23dc0c41383b5c8f5e16c6be51a8e (patch) | |
tree | e69ce3f818879381801ade9518ddd6f76bcc9bbf /www | |
parent | 48f5164c48fb097851342128ded717ef7ef1261d (diff) | |
download | ports-f64e5e01a5e23dc0c41383b5c8f5e16c6be51a8e.tar.gz ports-f64e5e01a5e23dc0c41383b5c8f5e16c6be51a8e.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/bsdi-netscape47-communicator/Makefile | 9 | ||||
-rw-r--r-- | www/netscape47-communicator/Makefile | 9 |
2 files changed, 2 insertions, 16 deletions
diff --git a/www/bsdi-netscape47-communicator/Makefile b/www/bsdi-netscape47-communicator/Makefile index 1532157c8185..868766f883cf 100644 --- a/www/bsdi-netscape47-communicator/Makefile +++ b/www/bsdi-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" \ 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" \ |