Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
changeset 27:a105a7fc801f
Remove early evaluation of Mercurial data because clean should work w/o Mercurial
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Fri, 17 Nov 2017 09:37:04 +0100 |
| parents | 26eb2f62d6a3 |
| children | 735044a0a8c0 |
| files | Makefile |
| diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Fri Nov 17 09:28:09 2017 +0100 +++ b/Makefile Fri Nov 17 09:37:04 2017 +0100 @@ -20,10 +20,10 @@ PLIST_FILES= bin/check-ports -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}'!} -HGPATH:= ${:!hg paths -R "${SRC}" 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}'!} +HGPATH= ${:!hg paths -R "${SRC}" default!} do-extract: ${MKDIR} ${WRKSRC}/bin
