aboutsummaryrefslogtreecommitdiffstats
path: root/www/entrans
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-05-20 09:19:10 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-05-20 09:19:10 +0800
commitfccbdb4956704a63da39beecb078164242f38521 (patch)
tree85a32506e7b5ab0b0c71c2f64f2bb8409e1c8efb /www/entrans
parent45e99b62f6d190a0ba580f0c645a1b8e8137ed3e (diff)
downloadfreebsd-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/entrans')
-rw-r--r--www/entrans/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/www/entrans/Makefile b/www/entrans/Makefile
index cfa546ef52b1..a241e26e06ed 100644
--- a/www/entrans/Makefile
+++ b/www/entrans/Makefile
@@ -41,7 +41,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}/${i}
.endfor
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.mk>