diff options
Diffstat (limited to 'net/hub/Makefile')
-rw-r--r-- | net/hub/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/hub/Makefile b/net/hub/Makefile index 0f06c06b8d0..8e7e13c8076 100644 --- a/net/hub/Makefile +++ b/net/hub/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2018/06/12 17:50:26 bsiegert Exp $ +# $NetBSD: Makefile,v 1.9 2018/07/14 11:06:17 leot Exp $ -DISTNAME= hub-2.4.0 -PKGREVISION= 1 +DISTNAME= hub-2.5.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=github/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -20,10 +19,8 @@ SUBST_CLASSES+= man SUBST_STAGE.man= pre-configure SUBST_MESSAGE.man= Fix hub name in hub(1) man page SUBST_FILES.man= share/man/man1/hub.1 -SUBST_SED.man+= -e 's/\\fBgit/\\fBhub/g' SUBST_SED.man+= -e 's/\$$ git/$$ hub/' SUBST_SED.man+= -e '/\$$ GITHUB_HOST=/ s/ git clone / hub clone /' -SUBST_SED.man+= -e 's/\.SS "git/.SS "hub/' INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 |