diff options
author | Max Khon <fjoe@FreeBSD.org> | 2002-08-05 21:26:26 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2002-08-05 21:26:26 +0000 |
commit | b6dfc222022916f2480f7be9145d9ea01f4f16b8 (patch) | |
tree | 645a4bd5dafebe28b647b7b2b3d57aab5779b080 /misc/mc/files/patch-vfs::extfs::uzip | |
parent | - PERL -> REINPLACE_CMD (diff) |
- upgrade to 4.1.55
- always build internal editor
- sync with /usr/ports/x11-fm/gnomemc
- take maintainership
Notes
Notes:
svn path=/head/; revision=64068
Diffstat (limited to 'misc/mc/files/patch-vfs::extfs::uzip')
-rw-r--r-- | misc/mc/files/patch-vfs::extfs::uzip | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/mc/files/patch-vfs::extfs::uzip b/misc/mc/files/patch-vfs::extfs::uzip new file mode 100644 index 000000000000..d18927146f8e --- /dev/null +++ b/misc/mc/files/patch-vfs::extfs::uzip @@ -0,0 +1,10 @@ +--- vfs/extfs/uzip.orig Wed Mar 7 18:34:21 2001 ++++ vfs/extfs/uzip Fri Apr 20 12:42:02 2001 +@@ -17,5 +17,5 @@ + # Location of the zip program +-my $app_zip = '/usr/bin/zip'; ++my $app_zip = '/usr/local/bin/zip'; + # Location of the unzip program +-my $app_unzip = '/usr/bin/unzip'; ++my $app_unzip = '/usr/local/bin/unzip'; + # Set this to 1 if zipinfo (unzip -Z) is to be used (recommended), otherwise 0. |