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/ipplan | |
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/ipplan')
-rw-r--r-- | net-mgmt/ipplan/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-mgmt/ipplan/Makefile b/net-mgmt/ipplan/Makefile index 4e89b0091fea..f735a0318b5f 100644 --- a/net-mgmt/ipplan/Makefile +++ b/net-mgmt/ipplan/Makefile @@ -62,6 +62,5 @@ post-install: .if ${PORT_OPTIONS:MPGSQL} @${REINPLACE_CMD} -e 's|INSTALL|INSTALL-POSTGRESQL|g' ${PKGMESSAGE} .endif - @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |