diff options
Diffstat (limited to 'pkgtools/url2pkg/files/url2pkg.pl')
-rw-r--r-- | pkgtools/url2pkg/files/url2pkg.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/url2pkg/files/url2pkg.pl b/pkgtools/url2pkg/files/url2pkg.pl index 364860d4ada..0e320e2b0f8 100644 --- a/pkgtools/url2pkg/files/url2pkg.pl +++ b/pkgtools/url2pkg/files/url2pkg.pl @@ -1,5 +1,5 @@ #! @PERL@ -# $NetBSD: url2pkg.pl,v 1.28 2015/04/07 00:10:33 rodent Exp $ +# $NetBSD: url2pkg.pl,v 1.29 2015/06/17 11:59:58 wiz Exp $ # # Copyright (c) 2010 The NetBSD Foundation, Inc. @@ -333,6 +333,8 @@ sub generate_initial_package($) { } else { die("$0: ERROR: Invalid GitHub URL: ${url}\n"); } + } else { + $gh_project = ""; $gh_release = ""; $dist_subdir = ""; } } |