diff options
author | bapt <bapt@FreeBSD.org> | 2012-05-10 22:34:57 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-05-10 22:34:57 +0800 |
commit | 6e3ec2de6ee6a0020a15be94c5714a36ab9759fa (patch) | |
tree | 6b2fc293d0b9acf0449d9ed096f41814bc2300c9 /Mk/bsd.pkgng.mk | |
parent | eedd656f54bb47b826116740f5b0ab4f5a704631 (diff) | |
download | freebsd-ports-gnome-6e3ec2de6ee6a0020a15be94c5714a36ab9759fa.tar.gz freebsd-ports-gnome-6e3ec2de6ee6a0020a15be94c5714a36ab9759fa.tar.zst freebsd-ports-gnome-6e3ec2de6ee6a0020a15be94c5714a36ab9759fa.zip |
Stop spamming the port installation output with pkgng
the manifest generation is stable enough we don't need anymore this debug
output.
Diffstat (limited to 'Mk/bsd.pkgng.mk')
-rw-r--r-- | Mk/bsd.pkgng.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mk/bsd.pkgng.mk b/Mk/bsd.pkgng.mk index f0c9973b896c..596d50ef4a84 100644 --- a/Mk/bsd.pkgng.mk +++ b/Mk/bsd.pkgng.mk @@ -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; \ |