diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-20 09:19:10 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-20 09:19:10 +0800 |
commit | fccbdb4956704a63da39beecb078164242f38521 (patch) | |
tree | 85a32506e7b5ab0b0c71c2f64f2bb8409e1c8efb /www/extjs | |
parent | 45e99b62f6d190a0ba580f0c645a1b8e8137ed3e (diff) | |
download | freebsd-ports-gnome-fccbdb4956704a63da39beecb078164242f38521.tar.gz freebsd-ports-gnome-fccbdb4956704a63da39beecb078164242f38521.tar.zst freebsd-ports-gnome-fccbdb4956704a63da39beecb078164242f38521.zip |
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket
Diffstat (limited to 'www/extjs')
-rw-r--r-- | www/extjs/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
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 <bsd.port.mk> |