diff options
author | mef <mef> | 2016-09-14 06:07:20 +0000 |
---|---|---|
committer | mef <mef> | 2016-09-14 06:07:20 +0000 |
commit | c635dd14d06db55a52cb39bd8a631d1128d18d5a (patch) | |
tree | 9cd587f6d8416c160f70b24398a461cf11a8f93b /net/tcptraceroute | |
parent | 7fc0f2c62e3c1009e30f621a45de5543dd480e72 (diff) | |
download | pkgsrc-c635dd14d06db55a52cb39bd8a631d1128d18d5a.tar.gz |
- Set LICENSE as gnu-gpl-v2
- Githubify
- Update HOMEPAGE (in Github)
Diffstat (limited to 'net/tcptraceroute')
-rw-r--r-- | net/tcptraceroute/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/tcptraceroute/Makefile b/net/tcptraceroute/Makefile index ee70df6fa16..c0260302594 100644 --- a/net/tcptraceroute/Makefile +++ b/net/tcptraceroute/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.18 2013/02/06 19:31:02 jperkin Exp $ +# $NetBSD: Makefile,v 1.19 2016/09/14 06:07:20 mef Exp $ # DISTNAME= tcptraceroute-1.4 PKGREVISION= 5 CATEGORIES= net -MASTER_SITES= http://michael.toren.net/code/tcptraceroute/ +MASTER_SITES= ${MASTER_SITE_GITHUB:=mct/} MAINTAINER= kim@tac.nyc.ny.us -HOMEPAGE= http://michael.toren.net/code/tcptraceroute/ +HOMEPAGE= https://github.com/mct/tcptraceroute COMMENT= Traceroute implementation using TCP packets +LICENSE= gnu-gpl-v2 BUILD_TARGET= tcptraceroute BUILDLINK_API_DEPENDS.libnet10+= libnet10>=1.0.2anb1 |