diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-10 14:34:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-10 14:34:57 +0000 |
commit | 9121dbf9116eeae334bd79fc410239bc4b3e28fc (patch) | |
tree | 74760af5fdc0ff6872c505afe9c6ed878af16f08 /Mk/bsd.pkgng.mk | |
parent | 4a68d8013396f5a347e949d683c55177e31005d6 (diff) | |
download | ports-9121dbf9116eeae334bd79fc410239bc4b3e28fc.tar.gz ports-9121dbf9116eeae334bd79fc410239bc4b3e28fc.zip |
Notes
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; \ |