diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:40 +0000 |
commit | 0d98f1227110082e9e507ca236458f6c363e25b6 (patch) | |
tree | 297f74782436a0f973b6b89d60c10f399af9a135 /ftp/wu-ftpd/files/patch-ab | |
parent | Remove comment about not being able to undefine a variable, as we *can* (diff) |
This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'.release/2.0.5a
Diffstat (limited to 'ftp/wu-ftpd/files/patch-ab')
-rw-r--r-- | ftp/wu-ftpd/files/patch-ab | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/ftp/wu-ftpd/files/patch-ab b/ftp/wu-ftpd/files/patch-ab deleted file mode 100644 index fe0cb6d2ba08..000000000000 --- a/ftp/wu-ftpd/files/patch-ab +++ /dev/null @@ -1,65 +0,0 @@ -*** Makefile.orig Fri Apr 1 11:03:58 1994 ---- Makefile Wed Jan 25 14:58:44 1995 -*************** -*** 1,25 **** -! BINDIR= /usr/local/bin -! ETCDIR= /usr/local/etc -! MANDIR= /usr/local/man - MANEXT= 8 - - all: - @ echo 'Use the "build" command (shell script) to make ftpd.' - @ echo 'You can say "build help" for details on how it works.' - - install: bin/ftpd bin/ftpcount bin/ftpshut - -mv -f ${ETCDIR}/ftpd ${ETCDIR}/ftpd-old - @echo Installing binaries. -! install -o bin -g bin -m 755 bin/ftpd ${ETCDIR}/ftpd -! install -o bin -g bin -m 755 bin/ftpshut ${BINDIR}/ftpshut -! install -o bin -g bin -m 755 bin/ftpcount ${BINDIR}/ftpcount -! install -o bin -g bin -m 755 bin/ftpwho ${BINDIR}/ftpwho - @echo Installing manpages. -! install -o bin -g bin -m 755 doc/ftpd.8 ${MANDIR}/man8/ftpd.8 -! install -o bin -g bin -m 755 doc/ftpcount.1 ${MANDIR}/man1/ftpcount.1 -! install -o bin -g bin -m 755 doc/ftpwho.1 ${MANDIR}/man1/ftpwho.1 -! install -o bin -g bin -m 755 doc/ftpshut.8 ${MANDIR}/man8/ftpshut.8 -! install -o bin -g bin -m 755 doc/ftpaccess.5 ${MANDIR}/man5/ftpaccess.5 -! install -o bin -g bin -m 755 doc/ftphosts.5 ${MANDIR}/man5/ftphosts.5 -! install -o bin -g bin -m 755 doc/ftpconversions.5 ${MANDIR}/man5/ftpconversions.5 -! install -o bin -g bin -m 755 doc/xferlog.5 ${MANDIR}/man5/xferlog.5 ---- 1,35 ---- -! BINDIR= ${PREFIX}/bin -! ETCDIR= ${PREFIX}/etc -! MANDIR= ${PREFIX}/man - MANEXT= 8 - - all: -+ /bin/sh build fb2 - @ echo 'Use the "build" command (shell script) to make ftpd.' - @ echo 'You can say "build help" for details on how it works.' - - install: bin/ftpd bin/ftpcount bin/ftpshut - -mv -f ${ETCDIR}/ftpd ${ETCDIR}/ftpd-old - @echo Installing binaries. -! install -c -o bin -g bin -m 755 bin/ftpd ${ETCDIR}/ftpd -! install -c -o bin -g bin -m 755 bin/ftpshut ${BINDIR}/ftpshut -! install -c -o bin -g bin -m 755 bin/ftpcount ${BINDIR}/ftpcount -! install -c -o bin -g bin -m 755 bin/ftpwho ${BINDIR}/ftpwho - @echo Installing manpages. -! install -c -o bin -g bin -m 755 doc/ftpd.8 ${MANDIR}/man8/ftpd.8 -! install -c -o bin -g bin -m 755 doc/ftpcount.1 ${MANDIR}/man1/ftpcount.1 -! install -c -o bin -g bin -m 755 doc/ftpwho.1 ${MANDIR}/man1/ftpwho.1 -! install -c -o bin -g bin -m 755 doc/ftpshut.8 ${MANDIR}/man8/ftpshut.8 -! install -c -o bin -g bin -m 755 doc/ftpaccess.5 ${MANDIR}/man5/ftpaccess.5 -! install -c -o bin -g bin -m 755 doc/ftphosts.5 ${MANDIR}/man5/ftphosts.5 -! install -c -o bin -g bin -m 755 doc/ftpconversions.5 ${MANDIR}/man5/ftpconversions.5 -! install -c -o bin -g bin -m 755 doc/xferlog.5 ${MANDIR}/man5/xferlog.5 -! @echo Compressing manpages -! gzip -f -9 ${MANDIR}/man8/ftpd.8 -! gzip -f -9 ${MANDIR}/man1/ftpcount.1 -! gzip -f -9 ${MANDIR}/man1/ftpwho.1 -! gzip -f -9 ${MANDIR}/man8/ftpshut.8 -! gzip -f -9 ${MANDIR}/man5/ftpaccess.5 -! gzip -f -9 ${MANDIR}/man5/ftphosts.5 -! gzip -f -9 ${MANDIR}/man5/ftpconversions.5 -! gzip -f -9 ${MANDIR}/man5/xferlog.5 |