Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff Makefile @ 85:56dd768b5fdd
Put PKGORIGIN to the SIGIL of installed files also
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 05 Sep 2019 02:12:06 +0200 |
| parents | edd49e4887dd |
| children | 28d4bea7cd1c |
line wrap: on
line diff
--- a/Makefile Fri Aug 16 09:30:25 2019 +0200 +++ b/Makefile Thu Sep 05 02:12:06 2019 +0200 @@ -43,6 +43,7 @@ ${SED} -i "" -e "s|@@HGREVISION@@|${HGREVISION}|" ${WRKSRC}/${_rp} ${SED} -i "" -e "s|@@ETCDIR@@|${ETCDIR}|" ${WRKSRC}/${_rp} ${SED} -i "" -e "s|@@INDEXFILE@@|${INDEXFILE}|" ${WRKSRC}/${_rp} + ${SED} -i "" -e "s|@@PKGORIGIN@@|${PKGORIGIN}|" ${WRKSRC}/${_rp} .endfor ${MKDIR} ${WRKSRC}/etc .for _ef in etc/package-mapping.conf.sample
