1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/misc/mc/files/patch-ai
Chris Piazza aaba1609ea Unbreak mc
PR:		15676
1999-12-25 02:21:50 +00:00

12 lines
223 B
Plaintext

--- vfs/extfs/uzip.in Wed Sep 29 16:39:35 1999
+++ vfs/extfs/uzip.in.new Fri Dec 3 22:17:45 1999
@@ -7,7 +7,7 @@
#
#
-DZIP=/usr/bin
+DZIP=%%PREFIX%%/bin
XZIP="$DZIP/zip -g"
XDZIP="$DZIP/zip -d"
XUNZIP="$DZIP/unzip"