- Don't cat pkg-message from Makefiles

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-05-21 07:06:01 +00:00
parent 33266a2e0e
commit ea59090fbb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386915
10 changed files with 0 additions and 23 deletions

View File

@ -56,7 +56,4 @@ do-build:
do-install:
@cd ${WRKSRC} && ${JAM} ${JAMARG} install
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>

View File

@ -49,7 +49,4 @@ do-build:
do-install:
@cd ${WRKSRC} && ${JAM} ${JAMARG} install
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>

View File

@ -50,6 +50,4 @@ post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -44,7 +44,4 @@ post-patch:
@${REINPLACE_CMD} -e 's|gpgme4|gpgme|g' -e 's|== "|= "|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|gpgme4|gpgme|g' ${WRKSRC}/src/pgp.c
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -50,6 +50,5 @@ post-install:
)
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR}
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -24,7 +24,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ripmime ${STAGEDIR}${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/ripmime.1 ${STAGEDIR}${PREFIX}/man/man1/
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -28,6 +28,5 @@ SUB_LIST= RCDIR=${RCDIR} PLUGINDIR=${WWWDIR}
do-install:
@${MKDIR} ${STAGEDIR}${WWWDIR}
cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR}
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -44,7 +44,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/README.FreeBSD ${STAGEDIR}${DOCSDIR}
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>

View File

@ -41,6 +41,5 @@ do-build:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>

View File

@ -67,7 +67,4 @@ do-install:
.endfor
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>