diff options
author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1995-10-13 00:36:30 +0000 |
---|---|---|
committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1995-10-13 00:36:30 +0000 |
commit | 51497223af34b6a85ad5fb2803ac23a70f06da4e (patch) | |
tree | 438630db5854fe9d495180df68e9f9efff5981ec /ftp/wu-ftpd+ipv6 | |
parent | 8a9831569767bc995e457c02d8f9101b724dcb29 (diff) | |
download | ports-51497223af34b6a85ad5fb2803ac23a70f06da4e.tar.gz ports-51497223af34b6a85ad5fb2803ac23a70f06da4e.zip |
Notes
Diffstat (limited to 'ftp/wu-ftpd+ipv6')
-rw-r--r-- | ftp/wu-ftpd+ipv6/files/patch-ab | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/wu-ftpd+ipv6/files/patch-ab b/ftp/wu-ftpd+ipv6/files/patch-ab index 10bdb4c81b4a..62f2510d867e 100644 --- a/ftp/wu-ftpd+ipv6/files/patch-ab +++ b/ftp/wu-ftpd+ipv6/files/patch-ab @@ -1,5 +1,5 @@ *** Makefile.orig Fri Apr 1 11:03:58 1994 ---- Makefile Tue Aug 8 20:40:20 1995 +--- Makefile Thu Oct 12 17:31:47 1995 *************** *** 1,25 **** ! BINDIR= /usr/local/bin @@ -12,7 +12,7 @@ @ 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 +! -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 @@ -40,7 +40,7 @@ @ 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 +! -mv -f ${LIBEXECDIR}/ftpd ${LIBEXECDIR}/ftpd-old @echo Installing binaries. ! install -c -o bin -g bin -m 755 bin/ftpd ${LIBEXECDIR}/ftpd ! install -c -o bin -g bin -m 755 bin/ftpshut ${BINDIR}/ftpshut |