summaryrefslogtreecommitdiff
path: root/www/netscape3
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-02-24 18:32:18 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-02-24 18:32:18 +0000
commitd71a66dc47fdd1800ad9ad1f197f90b715d1d7e9 (patch)
tree6595692587596b2b8b7d58e899ca1efd93c3708d /www/netscape3
parentActivate xgs. (diff)
Install movemail with x-bit
Notes
Notes: svn path=/head/; revision=5730
Diffstat (limited to 'www/netscape3')
-rw-r--r--www/netscape3/files/Makefile4
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 \