diff options
author | trevor <trevor@FreeBSD.org> | 2004-04-11 01:26:55 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-04-11 01:26:55 +0800 |
commit | b6a7a057831a76b55852e240dcf2e68f351a86e6 (patch) | |
tree | cb234ac2805ee45ce07e64ce5f23d63b70cad4ce /net-mgmt | |
parent | 2640fceac70fa2eaf8d3ad131ee93f131cdd0e25 (diff) | |
download | freebsd-ports-gnome-b6a7a057831a76b55852e240dcf2e68f351a86e6.tar.gz freebsd-ports-gnome-b6a7a057831a76b55852e240dcf2e68f351a86e6.tar.zst freebsd-ports-gnome-b6a7a057831a76b55852e240dcf2e68f351a86e6.zip |
Tidy up whitespace.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/arts++/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/dhcpconf/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/flowscan/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/icmpmonitor/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/p5-SNMP/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/sting/Makefile | 2 |
6 files changed, 9 insertions, 9 deletions
diff --git a/net-mgmt/arts++/Makefile b/net-mgmt/arts++/Makefile index a0273aa70696..419f2a16e2f5 100644 --- a/net-mgmt/arts++/Makefile +++ b/net-mgmt/arts++/Makefile @@ -32,8 +32,8 @@ MANL= artsportagg.l artsports.l artsprotos.l artsnets.l artsdump.l \ post-patch: cd ${WRKSRC}/classes/src; \ - ${REINPLACE_CMD} -e "s,<strstream.h>,<strstream>," \ - ArtsBgp4AsPathSegment.cc ArtsIfIndexSelectionSet.lex \ - ArtsObjectTypeSelectionSet.lex ArtsTimeIntervalSelectionSet.lex + ${REINPLACE_CMD} -e "s,<strstream.h>,<strstream>," \ + ArtsBgp4AsPathSegment.cc ArtsIfIndexSelectionSet.lex \ + ArtsObjectTypeSelectionSet.lex ArtsTimeIntervalSelectionSet.lex .include <bsd.port.post.mk> diff --git a/net-mgmt/dhcpconf/Makefile b/net-mgmt/dhcpconf/Makefile index dafc190194a9..b03f3a434489 100644 --- a/net-mgmt/dhcpconf/Makefile +++ b/net-mgmt/dhcpconf/Makefile @@ -23,7 +23,7 @@ ALL_TARGET= ${DISTNAME} WRKSRC= ${WRKDIR}/${DISTNAME} MAKE_ENV+= PCFLAGS="${CFLAGS}" -DEPRECATED= "${PORTNAME} is outdated and full of bugs" +DEPRECATED= "${PORTNAME} is outdated and full of bugs" EXPIRATION_DATE= 2004-05-26 do-install: diff --git a/net-mgmt/flowscan/Makefile b/net-mgmt/flowscan/Makefile index 14b800257f73..e85b41703db3 100644 --- a/net-mgmt/flowscan/Makefile +++ b/net-mgmt/flowscan/Makefile @@ -6,7 +6,7 @@ # PORTNAME= flowscan -PORTVERSION= 1.006 +PORTVERSION= 1.006 PORTREVISION= 7 CATEGORIES= net-mgmt MASTER_SITES= http://net.doit.wisc.edu/~plonka/FlowScan/ diff --git a/net-mgmt/icmpmonitor/Makefile b/net-mgmt/icmpmonitor/Makefile index e9a029305176..d76dfcd5edaf 100644 --- a/net-mgmt/icmpmonitor/Makefile +++ b/net-mgmt/icmpmonitor/Makefile @@ -9,8 +9,8 @@ PORTNAME= icmpmonitor PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= net-mgmt -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= icmpmonitor +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= icmpmonitor MAINTAINER= ports@FreeBSD.org COMMENT= A multiple host icmp monitoring tool diff --git a/net-mgmt/p5-SNMP/Makefile b/net-mgmt/p5-SNMP/Makefile index 96f7cd88d42b..8cd72e05536b 100644 --- a/net-mgmt/p5-SNMP/Makefile +++ b/net-mgmt/p5-SNMP/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A perl5 module for interfacing with the CMU SNMP library -LIB_DEPENDS= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4 +LIB_DEPENDS= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4 PERL_CONFIGURE= yes diff --git a/net-mgmt/sting/Makefile b/net-mgmt/sting/Makefile index a73fcb4e3f04..e5af320e4a9f 100644 --- a/net-mgmt/sting/Makefile +++ b/net-mgmt/sting/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500113 || defined(IPFW2) -BROKEN= "Does not work with ipfw2" +BROKEN= "Does not work with ipfw2" .endif do-install: |