diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 15:00:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 15:00:44 +0800 |
commit | 2ea731964eb67c501dccc7db3bd1e17a299faa62 (patch) | |
tree | 567d3c4f39ba679f84c7c393db293295d2f6b632 /net | |
parent | a564d011d1e5b4c73ae59238e35a2521f20d22d1 (diff) | |
download | freebsd-ports-gnome-2ea731964eb67c501dccc7db3bd1e17a299faa62.tar.gz freebsd-ports-gnome-2ea731964eb67c501dccc7db3bd1e17a299faa62.tar.zst freebsd-ports-gnome-2ea731964eb67c501dccc7db3bd1e17a299faa62.zip |
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment
Diffstat (limited to 'net')
-rw-r--r-- | net/tcpillust/Makefile | 4 | ||||
-rw-r--r-- | net/tcpview/Makefile | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/net/tcpillust/Makefile b/net/tcpillust/Makefile index b9075f17acbb..91199308460a 100644 --- a/net/tcpillust/Makefile +++ b/net/tcpillust/Makefile @@ -9,12 +9,12 @@ CATEGORIES= net tcl tk MASTER_SITES= http://www.jp.nishida.org/tcpillust/ MAINTAINER= nishida@sfc.wide.ad.jp -COMMENT= A graphical TCP connection analysis tool +COMMENT= Graphical TCP connection analysis tool +USES= motif USE_TCL= yes USE_TK= yes USE_XORG= xt -USE_MOTIF= yes MAN1= tcpillust.1 PORTDOCS= tcpclient.log tcpserver.log diff --git a/net/tcpview/Makefile b/net/tcpview/Makefile index cc008302b6bc..ea76cb66ebe9 100644 --- a/net/tcpview/Makefile +++ b/net/tcpview/Makefile @@ -9,10 +9,9 @@ MASTER_SITES= ftp://ftp.cac.washington.edu/pub/noc-tools/tcpview/ EXTRACT_SUFX= .tar.Z MAINTAINER= cy@FreeBSD.org -COMMENT= A Motif-based TCP/IP protocol analyzer +COMMENT= Motif-based TCP/IP protocol analyzer -USES= bison -USE_MOTIF= yes +USES= bison motif MAN1= tcpview.1 |