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/coovachilli | |
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/coovachilli')
-rw-r--r-- | net-mgmt/coovachilli/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-mgmt/coovachilli/Makefile b/net-mgmt/coovachilli/Makefile index fd924bbc9043..8c5621ef0cd3 100644 --- a/net-mgmt/coovachilli/Makefile +++ b/net-mgmt/coovachilli/Makefile @@ -32,6 +32,5 @@ post-install: ${INSTALL_MAN} ${FILESDIR}/main.conf.sample ${STAGEDIR}/${EXAMPLESDIR} ${INSTALL_MAN} ${FILESDIR}/pf.conf.sample ${STAGEDIR}/${EXAMPLESDIR} ${INSTALL_MAN} ${FILESDIR}/ipfw-config.sample ${STAGEDIR}/${EXAMPLESDIR} - @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |