diff options
author | ache <ache@FreeBSD.org> | 1997-02-25 02:32:18 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-02-25 02:32:18 +0800 |
commit | 198be5118f009f4b42098102a1219d94717292c1 (patch) | |
tree | 781ecc6a910641eb8d628ceaf556b355fa59cdb2 /www/netscape3 | |
parent | 32d92aeb50479e794d4bbc67295378365e6910a7 (diff) | |
download | freebsd-ports-gnome-198be5118f009f4b42098102a1219d94717292c1.tar.gz freebsd-ports-gnome-198be5118f009f4b42098102a1219d94717292c1.tar.zst freebsd-ports-gnome-198be5118f009f4b42098102a1219d94717292c1.zip |
Install movemail with x-bit
Diffstat (limited to 'www/netscape3')
-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 \ |