Stop spamming the port installation output with pkgng
the manifest generation is stable enough we don't need anymore this debug output.
This commit is contained in:
parent
4a68d80133
commit
9121dbf911
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296370
@ -92,7 +92,6 @@ fake-pkg:
|
||||
shift 3; \
|
||||
done >> ${MANIFESTF}
|
||||
@${ECHO_CMD} "}" >> ${MANIFESTF}
|
||||
@${CAT} ${MANIFESTF}
|
||||
@[ -f ${PKGINSTALL} ] && ${CP} ${PKGINSTALL} ${METADIR}/+INSTALL; \
|
||||
[ -f ${PKGPREINSTALL} ] && ${CP} ${PKGPREINSTALL} ${METADIR}/+PRE_INSTALL; \
|
||||
[ -f ${PKGPOSTINSTALL} ] && ${CP} ${PKGPOSTINSTALL} ${METADIR}/+POST_INSTALL; \
|
||||
|
Loading…
Reference in New Issue
Block a user