summaryrefslogtreecommitdiff
path: root/www/bsdi-netscape47-communicator
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-11-28 09:00:33 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-11-28 09:00:33 +0000
commitf64e5e01a5e23dc0c41383b5c8f5e16c6be51a8e (patch)
treee69ce3f818879381801ade9518ddd6f76bcc9bbf /www/bsdi-netscape47-communicator
parentDepend on emacs; need to byte-compile some .elc's. (diff)
* 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
Notes
Notes: svn path=/head/; revision=14935
Diffstat (limited to 'www/bsdi-netscape47-communicator')
-rw-r--r--www/bsdi-netscape47-communicator/Makefile9
1 files changed, 1 insertions, 8 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" \