diff options
author | wiz <wiz@pkgsrc.org> | 2017-08-16 20:21:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-08-16 20:21:03 +0000 |
commit | f560d2e5d7ed70b5229a9b504c8191dc19c01b1a (patch) | |
tree | eab4f3e0e6eb7e3811012b4e1f94a221cb549e8d /devel/git | |
parent | 97dbfd79e813b7e5d90cfa441d0c21c00842ab1e (diff) | |
download | pkgsrc-f560d2e5d7ed70b5229a9b504c8191dc19c01b1a.tar.gz |
Follow some http redirects.
Diffstat (limited to 'devel/git')
-rw-r--r-- | devel/git/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/git/Makefile.common b/devel/git/Makefile.common index 48ad931d627..c7ba03dbc83 100644 --- a/devel/git/Makefile.common +++ b/devel/git/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2016/05/31 13:38:14 leot Exp $ +# $NetBSD: Makefile.common,v 1.6 2017/08/16 20:21:06 wiz Exp $ # # used by devel/git-base/Makefile # used by devel/git-contrib/Makefile @@ -14,7 +14,7 @@ MASTER_SITES?= https://www.kernel.org/pub/software/scm/git/ EXTRACT_SUFX= .tar.xz MAINTAINER?= pkgsrc-users@NetBSD.org -HOMEPAGE?= http://git-scm.com/ +HOMEPAGE?= https://git-scm.com/ LICENSE= gnu-gpl-v2 .include "../../mk/bsd.fast.prefs.mk" |