diff options
author | nia <nia@pkgsrc.org> | 2021-04-10 09:03:13 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-04-10 09:03:13 +0000 |
commit | 1d13bf977bdb0b7140f4bd4d08a6504181a4158f (patch) | |
tree | e00f8bd1c52c7ee628bea11d5cdc036ec74eed1a /mk | |
parent | 7d114a8e36134a0ec702c0722a948e0c3de2bec8 (diff) | |
download | pkgsrc-1d13bf977bdb0b7140f4bd4d08a6504181a4158f.tar.gz |
correct documentation
Diffstat (limited to 'mk')
-rw-r--r-- | mk/fetch/github.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/fetch/github.mk b/mk/fetch/github.mk index ce017c093d9..83ed170192f 100644 --- a/mk/fetch/github.mk +++ b/mk/fetch/github.mk @@ -1,4 +1,4 @@ -# $NetBSD: github.mk,v 1.14 2021/03/30 16:47:03 ryoon Exp $ +# $NetBSD: github.mk,v 1.15 2021/04/10 09:03:13 nia Exp $ # # github.com master site handling # @@ -15,7 +15,7 @@ # SHA-1 commit ids are also acceptable # GITHUB_RELEASE defaults to not defined, set this to ${DISTNAME} # when packaging a release not based on a git tag. -# GITHUB_SUBMODULE manually set submodule information: +# GITHUB_SUBMODULES manually set submodule information: # values should be: # GitHub_user GitHub_project tag_or_hash submodule_path # GITHUB_TYPE overrides the autodetected MASTER_SITE URL scheme: |