Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff Makefile @ 87:28d4bea7cd1c
Put the new @@PKGORIGIN@@ into the example configuration file also
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 05 Sep 2019 02:34:27 +0200 |
| parents | 56dd768b5fdd |
| children | 76ddab9ab965 |
line wrap: on
line diff
--- a/Makefile Thu Sep 05 02:29:44 2019 +0200 +++ b/Makefile Thu Sep 05 02:34:27 2019 +0200 @@ -49,6 +49,7 @@ .for _ef in etc/package-mapping.conf.sample ${CP} -v ${SRC}/${_ef} ${WRKSRC}/${_ef} ${SED} -i "" -e "s|\\\$$HGid\\\$$|\$$HGid: ${HGPATH}/${_ef} ${HGREVISION} ${HGDATE} ${HGAUTHOR} ${HGPHASE} \$$|" ${WRKSRC}/${_ef} + ${SED} -i "" -e "s|@@PKGORIGIN@@|${PKGORIGIN}|" ${WRKSRC}/${_ef} .endfor do-install:
