diff options
author | obrien <obrien@FreeBSD.org> | 1998-11-28 17:00:33 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-11-28 17:00:33 +0800 |
commit | 98af666441e06df3e36227abfb4070e14f2b5142 (patch) | |
tree | b64887815816fbf35d68eaf2f97ac75837f6a4ae | |
parent | cf40983c9260c026485524f83f63a99f49bafb21 (diff) | |
download | freebsd-ports-gnome-98af666441e06df3e36227abfb4070e14f2b5142.tar.gz freebsd-ports-gnome-98af666441e06df3e36227abfb4070e14f2b5142.tar.zst freebsd-ports-gnome-98af666441e06df3e36227abfb4070e14f2b5142.zip |
* Removed MULTIVERSION logic until there is time to make it work right.
* script/configure is now part of the port's Makefile.
Preapproved by: satoshi
-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" \ |