comparison Makefile @ 40:bc2df2421435

Make the $Author$ keyword a single word by replacing space characters with '+' characters. This makes the $Author$ field more spec compatible.
author Franz Glasner <hg@dom66.de>
date Tue, 21 Nov 2017 19:59:56 +0100
parents c4ea6a7f6848
children ce7023fc4f71
comparison
equal deleted inserted replaced
39:534c958b2b2e 40:bc2df2421435
23 23
24 PLIST_FILES= bin/check-ports 24 PLIST_FILES= bin/check-ports
25 25
26 HGREVISION= ${:!hg id -R "${SRC}" -q!} 26 HGREVISION= ${:!hg id -R "${SRC}" -q!}
27 HGDATE= ${:!hg log -R "${SRC}" -r "${HGREVISION:S/+//}" --template '{date|isodatesec}'!} 27 HGDATE= ${:!hg log -R "${SRC}" -r "${HGREVISION:S/+//}" --template '{date|isodatesec}'!}
28 HGAUTHOR= ${:!hg log -R "${SRC}" -r "${HGREVISION:S/+//}" --template '{author|person}'!} 28 HGAUTHOR= ${:!hg log -R "${SRC}" -r "${HGREVISION:S/+//}" --template '{author|person}' | ${TR} ' ' '+'!}
29 HGPATH= ${:!hg paths -R "${SRC}" default!} 29 HGPATH= ${:!hg paths -R "${SRC}" default!}
30 30
31 do-extract: 31 do-extract:
32 ${MKDIR} ${WRKSRC}/bin 32 ${MKDIR} ${WRKSRC}/bin
33 .for _rp in ${PLIST_FILES} 33 .for _rp in ${PLIST_FILES}