# HG changeset patch # User Franz Glasner # Date 1511337291 -3600 # Node ID 22b7c9e08b138c967cce14d30f2d07a6633fde3d # Parent ace5d471abbdc5939b3bf16c70bff1d40caada41 Make the name of the canonical Mercurial path configurable. Thus introduced a make variable named "HGCANONICALPATH". diff -r ace5d471abbd -r 22b7c9e08b13 Makefile --- a/Makefile Wed Nov 22 08:49:18 2017 +0100 +++ b/Makefile Wed Nov 22 08:54:51 2017 +0100 @@ -23,10 +23,11 @@ PLIST_FILES= bin/check-ports +HGCANONICALPATH?= default HGREVISION= ${:!hg id -R "${SRC}" -q!} HGDATE= ${:!hg log -R "${SRC}" -r "${HGREVISION:S/+//}" --template '{date|isodatesec}'!} HGAUTHOR= ${:!hg log -R "${SRC}" -r "${HGREVISION:S/+//}" --template '{author|person}' | ${TR} ' ' '+'!} -HGPATH= ${:!hg --config ui.paginate=never path -R "${SRC}" default || echo "file://`hg root`"!} +HGPATH= ${:!hg --config ui.paginate=never path -R "${SRC}" ${HGCANONICALPATH} || echo "file://`hg root`"!} do-extract: ${MKDIR} ${WRKSRC}/bin