Date: Fri, 30 Apr 1999 20:10:02 -0700 (PDT) From: Brian Handy <handy@lambic.physics.montana.edu> To: freebsd-ports@FreeBSD.org Subject: Re: ports/11319 Message-ID: <199905010310.UAA08982@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/11319; it has been noted by GNATS. From: Brian Handy <handy@lambic.physics.montana.edu> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/11319 Date: Fri, 30 Apr 1999 21:02:35 -0600 (MDT) OK, I had just reversed the patch. This does in fact work. Brian --- netscape4-communicator/Makefile.orig Fri Apr 30 20:51:36 1999 +++ netscape4-communicator/Makefile Fri Apr 30 20:52:58 1999 @@ -25,8 +25,8 @@ BROWSER?= communicator BROWSER_VER= 4.08 -NDIR= ${PREFIX}/${NSUBDIR} NSUBDIR= lib/netscape +NDIR= ${PREFIX}/${NSUBDIR} BINDIR= ${PREFIX}/bin INFILE_HEAD?= 'Communicator,4.08.0.98306' WRAPPER_TEMPLATE= ${MASTERDIR}/files/netscape.sh @@ -80,7 +80,7 @@ .if (${BROWSER} == "communicator") tar zxf ${DISTDIR}/${AUTOADMIN} -C ${NDIR} .endif -.if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO +.if defined(USE_128BIT) cd ${WRKDIR}/Fortify-1.4.1-unix-x86 && \ (${ECHO} yes ; ${ECHO} no ; ${ECHO} no) \ | ./Fortify.sh ${NDIR}/${BROWSER}-${BROWSER_VER}.bin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905010310.UAA08982>