diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-23 18:37:52 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-23 18:37:52 +0000 |
commit | e73e818358a3cb100a83647de189f3d62fa55328 (patch) | |
tree | 9e8f5ff939b8678c94cd67bfeff35171c27eee2d /misc/mc/files | |
parent | 77394c57ccf4a86e7df0a50a10a3afb9c873e8a1 (diff) |
Use PREFIX instead of /usr/local.
Noted by: many people
Notes
Notes:
svn path=/head/; revision=23915
Diffstat (limited to 'misc/mc/files')
-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 9ab65e350498..928ae75deb6d 100644 --- a/misc/mc/files/patch-ai +++ b/misc/mc/files/patch-ai @@ -5,7 +5,7 @@ # -DZIP=/usr/bin -+DZIP=/usr/local/bin ++DZIP=%%PREFIX%%/bin XZIP="$DZIP/zip -g" XDZIP="$DZIP/zip -d" XUNZIP="$DZIP/unzip" |