diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-21 14:54:23 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-21 14:54:23 +0800 |
commit | 7315ced247c0b881ae01520b46717aaed3a81374 (patch) | |
tree | 502091b373228367cc39e252a3754ec256a0a7bb /net-mgmt/phpweathermap | |
parent | 7245a9a5089d72d261dc3431e743f834167f0175 (diff) | |
download | freebsd-ports-gnome-7315ced247c0b881ae01520b46717aaed3a81374.tar.gz freebsd-ports-gnome-7315ced247c0b881ae01520b46717aaed3a81374.tar.zst freebsd-ports-gnome-7315ced247c0b881ae01520b46717aaed3a81374.zip |
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket
Diffstat (limited to 'net-mgmt/phpweathermap')
-rw-r--r-- | net-mgmt/phpweathermap/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-mgmt/phpweathermap/Makefile b/net-mgmt/phpweathermap/Makefile index d5b9e91dee72..faedf75f8730 100644 --- a/net-mgmt/phpweathermap/Makefile +++ b/net-mgmt/phpweathermap/Makefile @@ -66,6 +66,5 @@ post-install: @${MKDIR} ${STAGEDIR}/${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}/${DOCSDIR} .endif - @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |