1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00

* 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
This commit is contained in:
David E. O'Brien 1998-11-28 09:00:33 +00:00
parent 48f5164c48
commit f64e5e01a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14935
2 changed files with 2 additions and 16 deletions

View File

@ -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" \

View File

@ -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" \