net/tcptraceroute: Cosmetic change
This commit is contained in:
parent
f7ab9ebf3b
commit
5cf995e316
2 changed files with 14 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= tcptraceroute
|
||||
PORTVERSION= 1.5beta7
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
DISTVERSIONPREFIX= tcptraceroute-
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
|
@ -13,16 +13,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
LIB_DEPENDS= libnet.so:net/libnet
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PORTSCOUT= ignore:1
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake localbase
|
||||
|
||||
PORTDOCS= *
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
GH_ACCOUNT= mct
|
||||
USE_GITHUB= yes
|
||||
|
||||
PORTSCOUT= ignore:1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,10 @@
|
|||
@(root,wheel,4555) bin/tcptraceroute
|
||||
man/man1/tcptraceroute.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/tcptraceroute.1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/tcptraceroute.lsm
|
||||
|
|
Loading…
Reference in a new issue