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:
Baptiste Daroussin 2012-05-10 14:34:57 +00:00
parent 4a68d80133
commit 9121dbf911
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296370

View File

@ -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; \