diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-02-13 09:09:53 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-02-13 09:09:53 +0000 |
commit | 26b2ddb99bec9d3a1a691b5652dd27dee5889d66 (patch) | |
tree | 26e962b2ed0a469baf34d17f4200ce6817bbb55c /misc/mc/files/patch-ai | |
parent | Update to v2.8007.458b (diff) |
Enable the internal editor, through using libslang. Compile with
WITH_SLANG=yes.
Notes
Notes:
svn path=/head/; revision=25741
Diffstat (limited to 'misc/mc/files/patch-ai')
-rw-r--r-- | misc/mc/files/patch-ai | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mc/files/patch-ai b/misc/mc/files/patch-ai index a98f532a9b31..b0147eb27d03 100644 --- a/misc/mc/files/patch-ai +++ b/misc/mc/files/patch-ai @@ -5,7 +5,7 @@ # -DZIP=/usr/bin -+DZIP=%%PREFIX%%/bin ++DZIP=@prefix@/bin XZIP="$DZIP/zip -g" XDZIP="$DZIP/zip -d" XUNZIP="$DZIP/unzip" |