diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-10-15 07:36:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-10-15 07:36:38 +0000 |
commit | 8cea2b01475a78137a7b838fc6b36608f4b6ac7f (patch) | |
tree | 5d8c3107710b83c424eab2d353c0ea7b09e9816f /Mk/Uses/makeself.mk | |
parent | Update to 20151011. (diff) |
Readd PORTSDIR for now we will only start removing them after 2016Q1 is branched
This gives more time for tools to get updated, available in packages etc before
bothering users
Notes
Notes:
svn path=/head/; revision=399326
Diffstat (limited to '')
-rw-r--r-- | Mk/Uses/makeself.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/makeself.mk b/Mk/Uses/makeself.mk index 34139c6a30e1..2f806280f9fa 100644 --- a/Mk/Uses/makeself.mk +++ b/Mk/Uses/makeself.mk @@ -14,7 +14,7 @@ _INCLUDE_USES_MAKESELF_MK= yes IGNORE= Incorrect 'USES+= makeself:${makeself_ARGS}' makeself takes no arguments .endif -EXTRACT_DEPENDS+= ${UNMAKESELF_CMD}:archivers/unmakeself +EXTRACT_DEPENDS+= ${UNMAKESELF_CMD}:${PORTSDIR}/archivers/unmakeself EXTRACT_CMD= ${UNMAKESELF_CMD} EXTRACT_BEFORE_ARGS= |