diff options
author | SADA Kenji <sada@FreeBSD.org> | 2000-10-31 15:24:23 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2000-10-31 15:24:23 +0000 |
commit | db536d806b52d307d349436f779f3a82f9418386 (patch) | |
tree | 89b7fd34547105bfe3c9a46ce98b557c320f851b | |
parent | Add missing files to plist. (diff) |
Unbroke: ${SED} couldn't be placed there.
I had a misapprehension since ${ECHO} is valid,
but it is defined at sys.mk.
PR: ports/22414
Submitted by: Peter Pentchev <roam@orbitel.bg>
Pointed out by: Real many, sorry!
Notes
Notes:
svn path=/head/; revision=34498
Diffstat (limited to '')
-rw-r--r-- | www/netscape47-communicator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/netscape47-communicator/Makefile b/www/netscape47-communicator/Makefile index 7058d583331e..7fc17c6d291b 100644 --- a/www/netscape47-communicator/Makefile +++ b/www/netscape47-communicator/Makefile @@ -65,7 +65,7 @@ NETSCAPE_DIST_SUBDIR?= communicator/english/${BROWSER_VER}/unix/${NETSCAPE_DIST_ NETSCAPE_DIST_TAG?= x86-unknown-freebsd # | x86-unknown-linux2.2 | x86-bsdi-bsd2 | alpha-dec-osf4.0 BROWSER_VER= ${PORTVERSION} -BROWSER_V!= ${ECHO} ${BROWSER_VER} | ${SED} -e 's/\.//' +BROWSER_V!= ${ECHO} ${BROWSER_VER} | sed -e 's/\.//' INFILE_HEAD?= 'Communicator,4.76.0.20001006' NO_AUTOADMIN= 'Not available' NO_FORTIFY= 'No need for this version' |