diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-08 19:51:27 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-08 19:51:27 +0000 |
commit | 55dc0f983aadef274380ef51058802f94a995d7e (patch) | |
tree | 0ad23c2fc638bccd76a5e7adf6ab2f1e78be6ddb /net/wireshark-lite/Makefile | |
parent | - Update to 1.2.1. (diff) |
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=357070
Diffstat (limited to 'net/wireshark-lite/Makefile')
-rw-r--r-- | net/wireshark-lite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireshark-lite/Makefile b/net/wireshark-lite/Makefile index 49082edd907c..18f149def9ca 100644 --- a/net/wireshark-lite/Makefile +++ b/net/wireshark-lite/Makefile @@ -5,6 +5,6 @@ LITE= yes PKGNAMESUFFIX= -lite MASTERDIR= ${.CURDIR}/../wireshark -COMMENT= A powerful network analyzer/capture tool (lite package) +COMMENT= A powerful network analyzer/capture tool (lite package) .include "${MASTERDIR}/Makefile" |