diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-02-24 18:32:18 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-02-24 18:32:18 +0000 |
commit | d71a66dc47fdd1800ad9ad1f197f90b715d1d7e9 (patch) | |
tree | 6595692587596b2b8b7d58e899ca1efd93c3708d /www | |
parent | cd94e1c5fb2fffb3d8471f265b87d59b56a4c3de (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/netscape3/files/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/netscape3/files/Makefile b/www/netscape3/files/Makefile index 4ed7da476ad8..bb36c868c039 100644 --- a/www/netscape3/files/Makefile +++ b/www/netscape3/files/Makefile @@ -4,7 +4,7 @@ LIBDIR= /usr/local/lib/netscape BINDIR= ${PREFIX}/bin NLSDIR= ${X11BASE}/lib/X11/nls -FILES= LICENSE README Netscape.ad java_301 movemail +FILES= LICENSE README Netscape.ad java_301 all: @true @@ -15,7 +15,7 @@ install: install -c -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} \ netscape ${BINDIR} install -c -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} \ - netscape.bin ${LIBDIR} + movemail netscape.bin ${LIBDIR} install -c -m 644 -o ${BINOWN} -g ${BINGRP} \ ${FILES} ${LIBDIR} if [ ! -f ${LIBDIR}/mailcap ] ; then \ |