diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-21 14:54:34 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-21 14:54:34 +0800 |
commit | 39c983ee2ebe46864fc328d291d72daf55cbcc4e (patch) | |
tree | bf3c65d6714e03fb6ad655cacb951db8c05befd6 /net/exaddos | |
parent | 7315ced247c0b881ae01520b46717aaed3a81374 (diff) | |
download | freebsd-ports-gnome-39c983ee2ebe46864fc328d291d72daf55cbcc4e.tar.gz freebsd-ports-gnome-39c983ee2ebe46864fc328d291d72daf55cbcc4e.tar.zst freebsd-ports-gnome-39c983ee2ebe46864fc328d291d72daf55cbcc4e.zip |
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket
Diffstat (limited to 'net/exaddos')
-rw-r--r-- | net/exaddos/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/exaddos/Makefile b/net/exaddos/Makefile index 62d39c16955c..d952fe9f0c27 100644 --- a/net/exaddos/Makefile +++ b/net/exaddos/Makefile @@ -37,7 +37,4 @@ do-install: @${INSTALL_DATA} ${WRKDIR}/exaddos.conf.sample \ ${STAGEDIR}${ETCDIR} -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> |