diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2011-11-03 00:38:47 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2011-11-03 00:38:47 +0000 |
commit | 08b62e4c3ed1c5d7716c0cefa807585f13860f21 (patch) | |
tree | 7c53351b957bf483e6d4f0a7ca124868796fe671 /misc/mc | |
parent | - Add run_depends to devel/py-lxml. (diff) |
- fix explicit use of unzip in ports
PR: ports/153429
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by: maintainers (hq, gabor, amdmi3)
Approved by: maintainer timeout
Approved by: bapt,sahil (mentors, implicit)
Notes
Notes:
svn path=/head/; revision=284943
Diffstat (limited to 'misc/mc')
-rw-r--r-- | misc/mc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 35184f7a3050..da71619cf187 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -27,7 +27,7 @@ USE_GNOME= glib20 USE_PERL5= yes USE_XZ= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= ZIP=${LOCALBASE}/bin/zip UNZIP=${LOCALBASE}/bin/unzip +CONFIGURE_ENV= ZIP=${UNZIP_CMD} UNZIP=${UNZIP_CMD} USE_AUTOTOOLS= libtool OPTIONS= SLANG "Build with SLang library" on \ |