diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-27 08:09:55 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-27 08:09:55 +0800 |
commit | 34ed678269c83e7d07efc89cf99ff6e5d5140f4c (patch) | |
tree | b589ce0ac84ad477b77b408e6305b97d9d859d88 /security/py-PF | |
parent | a5304d995dba82749dea1e08c1314cdfafd4d1a4 (diff) | |
download | freebsd-ports-gnome-34ed678269c83e7d07efc89cf99ff6e5d5140f4c.tar.gz freebsd-ports-gnome-34ed678269c83e7d07efc89cf99ff6e5d5140f4c.tar.zst freebsd-ports-gnome-34ed678269c83e7d07efc89cf99ff6e5d5140f4c.zip |
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket
Diffstat (limited to 'security/py-PF')
-rw-r--r-- | security/py-PF/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/security/py-PF/Makefile b/security/py-PF/Makefile index 37b8abcce947..8c813aad182b 100644 --- a/security/py-PF/Makefile +++ b/security/py-PF/Makefile @@ -20,9 +20,4 @@ GH_PROJECT= py-${PORTNAME:tl} SUB_FILES= pkg-message -post-install: -.if !defined(BATCH) - @${CAT} ${PKGMESSAGE} -.endif - .include <bsd.port.mk> |