diff Makefile @ 88:76ddab9ab965

Add a tool for host and jail "pkg" management
author Franz Glasner <hg@dom66.de>
date Fri, 06 Sep 2019 17:07:06 +0200
parents 28d4bea7cd1c
children aa353a3e13e5
line wrap: on
line diff
--- a/Makefile	Thu Sep 05 02:34:27 2019 +0200
+++ b/Makefile	Fri Sep 06 17:07:06 2019 +0200
@@ -30,7 +30,7 @@
 
 do-extract:
 	${MKDIR} ${WRKSRC}/bin
-.for _rp in bin/check-ports bin/fjail
+.for _rp in bin/check-ports bin/fjail bin/fpkg
 	${CP} -v ${SRC}/${_rp} ${WRKSRC}/${_rp}
 	${SED} -i "" -E -e "s|\\\$$Date\\\$$|\$$Date: ${HGDATE} \$$|" ${WRKSRC}/${_rp}
 	${SED} -i "" -E -e "s|\\\$$Revision\\\$$|\$$Revision: ${HGREVISION} \$$|" ${WRKSRC}/${_rp}
@@ -53,7 +53,7 @@
 .endfor
 
 do-install:
-.for _rp in bin/check-ports bin/fjail
+.for _rp in bin/check-ports bin/fjail bin/fpkg
 	${INSTALL_SCRIPT} ${WRKSRC}/${_rp} ${STAGEDIR}${PREFIX}/${_rp}
 .endfor
 	${MKDIR} ${STAGEDIR}${ETCDIR}