Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
comparison Makefile @ 18:b490ec9eeffe
Use the -R option also when calling hg paths
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Fri, 27 Oct 2017 09:09:18 +0200 |
| parents | 089afc4908c0 |
| children | e43dcd367fbf |
comparison
equal
deleted
inserted
replaced
| 17:089afc4908c0 | 18:b490ec9eeffe |
|---|---|
| 20 | 20 |
| 21 PLIST_FILES= bin/check-ports | 21 PLIST_FILES= bin/check-ports |
| 22 | 22 |
| 23 HGREVISION:= ${:!hg id -R "${.CURDIR}" -q!} | 23 HGREVISION:= ${:!hg id -R "${.CURDIR}" -q!} |
| 24 HGROOT:= ${:!basename "${.CURDIR}"!} | 24 HGROOT:= ${:!basename "${.CURDIR}"!} |
| 25 HGPATH:= ${:!hg paths default!} | 25 HGPATH:= ${:!hg paths -R "${.CURDIR}" default!} |
| 26 | 26 |
| 27 do-extract: | 27 do-extract: |
| 28 ${MKDIR} ${WRKSRC}/bin | 28 ${MKDIR} ${WRKSRC}/bin |
| 29 ${CP} -R -v ${SRC}/bin/ ${WRKSRC}/bin | 29 ${CP} -R -v ${SRC}/bin/ ${WRKSRC}/bin |
| 30 .for _f in check-ports | 30 .for _f in check-ports |
