aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2014-06-09 03:51:27 +0800
committerolgeni <olgeni@FreeBSD.org>2014-06-09 03:51:27 +0800
commite8a20a9bdad9bd3a1cf38614c98d2b1b819a0d3a (patch)
tree0ad23c2fc638bccd76a5e7adf6ab2f1e78be6ddb /net
parent485b04218c906f71fa9dc80d92043682adb47cc5 (diff)
downloadfreebsd-ports-gnome-e8a20a9bdad9bd3a1cf38614c98d2b1b819a0d3a.tar.gz
freebsd-ports-gnome-e8a20a9bdad9bd3a1cf38614c98d2b1b819a0d3a.tar.zst
freebsd-ports-gnome-e8a20a9bdad9bd3a1cf38614c98d2b1b819a0d3a.zip
Remove all space characters from Makefile assignments.
No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt)
Diffstat (limited to 'net')
-rw-r--r--net/iscsi-target/Makefile2
-rw-r--r--net/pbnc/Makefile2
-rw-r--r--net/tshark-lite/Makefile2
-rw-r--r--net/wireshark-lite/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/net/iscsi-target/Makefile b/net/iscsi-target/Makefile
index ccfc75c630a4..bce4b0c2d2d5 100644
--- a/net/iscsi-target/Makefile
+++ b/net/iscsi-target/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/ \
http://www.magnesium.net/~mdf/distfiles/
-PKGNAMESUFFIX= -target
+PKGNAMESUFFIX= -target
DISTNAME= netbsd-iscsi-${PORTVERSION}
MAINTAINER= mark@foster.cc
diff --git a/net/pbnc/Makefile b/net/pbnc/Makefile
index cbae23bb4aa7..4189b84f9294 100644
--- a/net/pbnc/Makefile
+++ b/net/pbnc/Makefile
@@ -18,7 +18,7 @@ USES= perl5
USE_PERL5= run
NO_BUILD= yes
PLIST_FILES= etc/pbnc.cfg bin/pbnc.pl
-PORTDOCS= pbnc.readme
+PORTDOCS= pbnc.readme
OPTIONS_DEFINE= DOCS
diff --git a/net/tshark-lite/Makefile b/net/tshark-lite/Makefile
index 5499a4c708d4..c54af6ad6239 100644
--- a/net/tshark-lite/Makefile
+++ b/net/tshark-lite/Makefile
@@ -5,6 +5,6 @@ LITE= yes
PKGNAMESUFFIX= -lite
MASTERDIR= ${.CURDIR}/../tshark
-COMMENT= A powerful network analyzer/capture tool (lite package)
+COMMENT= A powerful network analyzer/capture tool (lite package)
.include "${MASTERDIR}/Makefile"
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"