1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Also avoid printing ${PKGMESSAGE} as part of installing (now staging!)

this port.

Suggested by:	bsam
This commit is contained in:
Gerald Pfeifer 2013-12-08 20:10:17 +00:00
parent 5d5ee80984
commit ebac5ad49a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335937

View File

@ -36,7 +36,5 @@ do-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKDIR}/cwebman.tex ${STAGEDIR}${DOCSDIR}
.endif
@${ECHO}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>