diff options
Diffstat (limited to 'www/netscape48-communicator/Makefile')
-rw-r--r-- | www/netscape48-communicator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile index 4731663a5e8b..b4140fc86496 100644 --- a/www/netscape48-communicator/Makefile +++ b/www/netscape48-communicator/Makefile @@ -49,6 +49,7 @@ post-configure: ${SED} -e "s;@PREFIX@;${PREFIX};g" -e "s;@NSUBDIR@;${NSUBDIR};g" \ -e "s;@BROWSER@;${BROWSER_ARC};g" \ -e "s;@BROWSER_VER@;${BROWSER_VER};g" \ + -e "s;@LOCALBASE@;${LOCALBASE};" \ ${WRAPPER_TEMPLATE} >${WRKSRC}/netscape ${CHMOD} +x ${WRKSRC}/netscape ${ECHO_CMD} -n ${INFILE_HEAD},${NDIR} >${WRKSRC}/infile |