diff options
author | wiz <wiz@pkgsrc.org> | 2021-02-28 13:25:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-02-28 13:25:47 +0000 |
commit | b78d914b17e6b0d4da39cedb565e2dfbe6d04c0f (patch) | |
tree | 9a6fcb729d7db486fbe433c87b1d97e66405c982 | |
parent | bc847dcb372e44e5cb674341579bfc98035c1b51 (diff) | |
download | pkgsrc-b78d914b17e6b0d4da39cedb565e2dfbe6d04c0f.tar.gz |
unicorn: set GITHUB_PROJECT so downloads work for all users of this file
-rw-r--r-- | emulators/unicorn/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/unicorn/Makefile.common b/emulators/unicorn/Makefile.common index 414d358562e..28de2aaf30e 100644 --- a/emulators/unicorn/Makefile.common +++ b/emulators/unicorn/Makefile.common @@ -1,10 +1,11 @@ -# $NetBSD: Makefile.common,v 1.5 2021/02/25 19:47:50 leot Exp $ +# $NetBSD: Makefile.common,v 1.6 2021/02/28 13:25:47 wiz Exp $ # # used by emulators/py-unicorn/Makefile DISTNAME= unicorn-1.0.2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=unicorn-engine/} +GITHUB_PROJECT= unicorn HOMEPAGE= https://www.unicorn-engine.org/ |