diff options
Diffstat (limited to 'devel/cvs2p4/files/patch-config')
-rw-r--r-- | devel/cvs2p4/files/patch-config | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/cvs2p4/files/patch-config b/devel/cvs2p4/files/patch-config deleted file mode 100644 index 8f50a8d7fc14..000000000000 --- a/devel/cvs2p4/files/patch-config +++ /dev/null @@ -1,29 +0,0 @@ ---- test/config.orig Wed Aug 27 23:35:53 2003 -+++ test/config Sat Oct 2 01:06:28 2004 -@@ -6,7 +6,7 @@ - - # p4 command location (If other than "/usr/local/bin/p4") - # --$P4 = "/usr/local/bin/p4"; -+$P4 = "!!PREFIX!!/bin/p4"; - - # p4 command location (If other than "/usr/local/bin/p4d") - # -@@ -14,7 +14,7 @@ - - # Perforce server we're using. - # --$P4PORT = "localhost:1680"; -+$P4PORT = "!!PERFORCE_PORT!!"; - - # Perforce server's P4ROOT - # -@@ -99,7 +99,7 @@ - # Perforce. But if that makes you nervous, you can set this to - # "trunk". - # --$TRUNKLINE = "shemp"; -+$TRUNKLINE = "head"; - - # Conventional branch tag name suffix to remove when importing to - # Perforce. (This is a netapp specific thing; our branch tags were |