summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-03-11 23:31:29 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-03-11 23:31:29 +0000
commit851f58e69f9613643c10b76cf85f563ef615cdb8 (patch)
tree80b9d19259686a442f6a2a3cc66bfde3a65e2cc8 /Mk
parent- Fix previos commit (diff)
- Add UNMAKESELF_CMD (fixing USE_MAKESELF feature)
PR: ports/118749 Submitted by: alepulver
Notes
Notes: svn path=/head/; revision=208859
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.commands.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.commands.mk b/Mk/bsd.commands.mk
index c920e37f7bd9..a994b8119617 100644
--- a/Mk/bsd.commands.mk
+++ b/Mk/bsd.commands.mk
@@ -83,6 +83,7 @@ TR?= LANG=C /usr/bin/tr
TRUE?= true # Shell builtin
UMOUNT?= /sbin/umount
UNAME?= /usr/bin/uname
+UNMAKESELF_CMD?= ${LOCALBASE}/bin/unmakeself
UNZIP_CMD?= ${LOCALBASE}/bin/unzip
WHICH?= /usr/bin/which
XARGS?= /usr/bin/xargs