diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-27 08:15:04 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-27 08:15:04 +0800 |
commit | 751255b84703561557ba09c2c1d28c91345adeac (patch) | |
tree | 7cd8cb4a85037d5d5f9eb04c034e7ad933d0e179 /print/fpdf | |
parent | 34ed678269c83e7d07efc89cf99ff6e5d5140f4c (diff) | |
download | freebsd-ports-gnome-751255b84703561557ba09c2c1d28c91345adeac.tar.gz freebsd-ports-gnome-751255b84703561557ba09c2c1d28c91345adeac.tar.zst freebsd-ports-gnome-751255b84703561557ba09c2c1d28c91345adeac.zip |
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket
Diffstat (limited to 'print/fpdf')
-rw-r--r-- | print/fpdf/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/print/fpdf/Makefile b/print/fpdf/Makefile index 539cef7fac41..ef8f191a8c49 100644 --- a/print/fpdf/Makefile +++ b/print/fpdf/Makefile @@ -42,9 +42,4 @@ do-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} "${DOCS}" ${STAGEDIR}${DOCSDIR}/) -post-install: - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - .include <bsd.port.mk> |