diff options
Diffstat (limited to 'net/hub')
-rw-r--r-- | net/hub/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/hub/Makefile b/net/hub/Makefile index 5209ecfb97a..1f91302c330 100644 --- a/net/hub/Makefile +++ b/net/hub/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2019/04/14 19:11:44 leot Exp $ +# $NetBSD: Makefile,v 1.24 2019/04/16 18:41:09 bsiegert Exp $ DISTNAME= hub-2.11.2 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=github/} GITHUB_TAG= v${PKGVERSION_NOREV} |