summaryrefslogtreecommitdiff
path: root/misc/mc/files/patch-vfs::extfs::uzip
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2002-08-06 10:17:14 +0000
committerMax Khon <fjoe@FreeBSD.org>2002-08-06 10:17:14 +0000
commit5384f97a0555c4691c10dfad547e6fead458cd1d (patch)
tree27409fad28373e48b1c499fb96a3499dbd084e87 /misc/mc/files/patch-vfs::extfs::uzip
parentMake it actually working both with GNOME1 and GNOME2. Bump PORTREVISION. (diff)
- build with libslang by default (and provide -DWITHOUT_SLANG knob)
- fix LIB_DEPENDS for gettext - honor LOCALBASE for uzip - urar now works
Notes
Notes: svn path=/head/; revision=64094
Diffstat (limited to 'misc/mc/files/patch-vfs::extfs::uzip')
-rw-r--r--misc/mc/files/patch-vfs::extfs::uzip10
1 files changed, 0 insertions, 10 deletions
diff --git a/misc/mc/files/patch-vfs::extfs::uzip b/misc/mc/files/patch-vfs::extfs::uzip
deleted file mode 100644
index d18927146f8e..000000000000
--- a/misc/mc/files/patch-vfs::extfs::uzip
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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.