diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-04-02 22:47:52 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-04-02 22:47:52 +0000 |
commit | bd849a07c39b3817f526e5fabf2ebeb746039ddd (patch) | |
tree | 798ae66a93d80d27b69d4d7cf56d0d5078f8ea1b /www/netscape48-communicator/Makefile | |
parent | Fix version number (diff) |
Fix dir from where Fortify called
Notes
Notes:
svn path=/head/; revision=10397
Diffstat (limited to 'www/netscape48-communicator/Makefile')
-rw-r--r-- | www/netscape48-communicator/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile index 5829cdf30e52..88dd07f87e98 100644 --- a/www/netscape48-communicator/Makefile +++ b/www/netscape48-communicator/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Feb 1997 # Whom: ache # -# $Id: Makefile,v 1.16 1998/03/16 15:05:03 markm Exp $ +# $Id: Makefile,v 1.17 1998/04/02 20:26:34 ache Exp $ # DISTNAME= netscape-communicator-4.05 @@ -44,7 +44,7 @@ do-install: fi rm -rf ${NDIR}/movemail-src .if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO - cd ${WRKSRC}/Fortify-1.2.1-unix && \ + cd ${WRKDIR}/Fortify-1.2.1-unix && \ (${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${NDIR}/communicator-4.05.bin .endif chown -R bin.bin ${NDIR} |