From fccbdb4956704a63da39beecb078164242f38521 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Wed, 20 May 2015 01:19:10 +0000 Subject: - Don't cat pkg-message from Makefiles Approved by: portmgr blanket --- www/extjs/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'www/extjs') diff --git a/www/extjs/Makefile b/www/extjs/Makefile index 2abb1137fe66..d7c73fc94b14 100644 --- a/www/extjs/Makefile +++ b/www/extjs/Makefile @@ -58,7 +58,4 @@ do-install: @cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .endif -post-install: - @${CAT} ${PKGMESSAGE} - .include -- cgit