$NetBSD: patch-upgrade,v 1.1 2018/07/31 05:38:56 schmonz Exp $ Don't bake build host into binary packages. --- upgrade.orig 2018-07-17 14:55:25.000000000 +0000 +++ upgrade @@ -15,6 +15,7 @@ version = readfile('version').strip() shorthostname = platform.node().split('.')[0].lower() okcharacters = string.ascii_letters + string.digits shorthostname = ''.join(c for c in shorthostname if c in okcharacters) +shorthostname = 'pkgsrchostname' os.chdir('link-install')