mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
19 lines
588 B
Plaintext
19 lines
588 B
Plaintext
|
diff -ru ../cvsmapfs-1.3.orig/cvsmapfs ./cvsmapfs
|
||
|
--- ../cvsmapfs-1.3.orig/cvsmapfs Wed Oct 9 01:26:42 1996
|
||
|
+++ ./cvsmapfs Mon Jan 17 15:25:56 2000
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-#!/depot/perl-5.003/bin/perl
|
||
|
+#!/usr/bin/perl
|
||
|
|
||
|
#
|
||
|
# cvsmapfs - Maps arbitrary filesystem in and out of form that cvs can handle.
|
||
|
diff -ru ../cvsmapfs-1.3.orig/mkregression ./mkregression
|
||
|
--- ../cvsmapfs-1.3.orig/mkregression Wed Oct 9 00:17:20 1996
|
||
|
+++ ./mkregression Mon Jan 17 15:26:04 2000
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-#!/depot/perl-5.003/bin/perl
|
||
|
+#!/usr/bin/perl
|
||
|
|
||
|
#
|
||
|
# mkregression - Regression test builder for cvsmapfs.
|