diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
| commit | 444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch) | |
| tree | 297f74782436a0f973b6b89d60c10f399af9a135 /ftp/mirror/files/patch-aa | |
| parent | Remove comment about not being able to undefine a variable, as we *can* (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/2.0.5
'RELENG_2_0_5_RELEASE'.
Notes
Notes:
svn path=/head/; revision=1803
svn path=/tags/RELENG_2_0_5_RELEASE/; revision=1807; tag=release/2.0.5
Diffstat (limited to 'ftp/mirror/files/patch-aa')
| -rw-r--r-- | ftp/mirror/files/patch-aa | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/ftp/mirror/files/patch-aa b/ftp/mirror/files/patch-aa deleted file mode 100644 index a897a53e9b05..000000000000 --- a/ftp/mirror/files/patch-aa +++ /dev/null @@ -1,37 +0,0 @@ -*** makefile.orig Tue Jan 18 22:58:21 1994 ---- makefile Mon May 15 17:50:25 1995 -*************** -*** 6,12 **** - support/cyber-patches support/lstest.pl new-patches-by - - all: -! echo try make mirror.tar - - mirror.tar: $(FILES) - rev=`./mirror -v | perl -ane 'print "$$F[2]\n";'`; echo $rev; \ ---- 6,12 ---- - support/cyber-patches support/lstest.pl new-patches-by - - all: -! # echo try make mirror.tar - - mirror.tar: $(FILES) - rev=`./mirror -v | perl -ane 'print "$$F[2]\n";'`; echo $rev; \ -*************** -*** 20,22 **** ---- 20,34 ---- - checkin $(FILES) - - # install, clean ... -+ install: -+ install -c ftp.pl ${PREFIX}/lib/mirror/ -+ install -c lsparse.pl ${PREFIX}/lib/mirror/ -+ install -c dateconv.pl ${PREFIX}/lib/mirror/ -+ install -c mirror.defaults ${PREFIX}/lib/mirror/mirror.defaults.sample -+ install -c mirror.pl ${PREFIX}/bin/mirror -+ install -c mirror.man ${PREFIX}/man/man1/mirror.1 -+ gzip -9nf ${PREFIX}/man/man1/mirror.1 -+ install -c mm ${PREFIX}/bin/mirrormaster -+ install -c mm.man ${PREFIX}/man/man1/mirrormaster.1 -+ gzip -9nf ${PREFIX}/man/man1/mirrormaster.1 -+ install -c do_unlinks ${PREFIX}/lib/mirror/do_unlinks |
