diff options
author | Babak Farrokhi <farrokhi@FreeBSD.org> | 2015-08-29 11:48:56 +0000 |
---|---|---|
committer | Babak Farrokhi <farrokhi@FreeBSD.org> | 2015-08-29 11:48:56 +0000 |
commit | 120d53171960fc0778965533517d51f49b74baeb (patch) | |
tree | 46f94cadb99e5e5145df4544f74e1968e2af7fa9 /net/pathneck | |
parent | 2e56305d7cdba16455af61a71f5ee7eff72f46ae (diff) | |
download | ports-120d53171960fc0778965533517d51f49b74baeb.tar.gz ports-120d53171960fc0778965533517d51f49b74baeb.zip |
Notes
Diffstat (limited to 'net/pathneck')
-rw-r--r-- | net/pathneck/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/pathneck/Makefile b/net/pathneck/Makefile index a3b605124a2b..be7bec8fff5f 100644 --- a/net/pathneck/Makefile +++ b/net/pathneck/Makefile @@ -5,17 +5,16 @@ PORTNAME= pathneck PORTVERSION= 1.3 CATEGORIES= net MASTER_SITES= http://www.cs.cmu.edu/~hnn/pathneck/ \ - http://gs274.sp.cs.cmu.edu/www/pathneck/ \ - http://www.unixified.net/distfiles/ -EXTRACT_SUFX= .tgz + http://gs274.sp.cs.cmu.edu/www/pathneck/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= farrokhi@FreeBSD.org COMMENT= Active network path probing tool PLIST_FILES= sbin/pathneck \ sbin/get-choke PORTDOCS= COPYING ChangeLog README MAKEFILE= Makefile.bsd +USES= tar:tgz OPTIONS_DEFINE= DOCS @@ -28,6 +27,8 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pathneck ${STAGEDIR}${PREFIX}/sbin/pathneck ${INSTALL_PROGRAM} ${WRKSRC}/get-choke \ ${STAGEDIR}${PREFIX}/sbin/get-choke + +do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} |