Sun Feb 28 13:25:47 2021 UTC ()
unicorn: set GITHUB_PROJECT so downloads work for all users of this file


(wiz)
diff -r1.5 -r1.6 pkgsrc/emulators/unicorn/Makefile.common

cvs diff -r1.5 -r1.6 pkgsrc/emulators/unicorn/Makefile.common (expand / switch to unified diff)

--- pkgsrc/emulators/unicorn/Makefile.common 2021/02/25 19:47:50 1.5
+++ pkgsrc/emulators/unicorn/Makefile.common 2021/02/28 13:25:47 1.6
@@ -1,14 +1,15 @@ @@ -1,14 +1,15 @@
1# $NetBSD: Makefile.common,v 1.5 2021/02/25 19:47:50 leot Exp $ 1# $NetBSD: Makefile.common,v 1.6 2021/02/28 13:25:47 wiz Exp $
2# 2#
3# used by emulators/py-unicorn/Makefile 3# used by emulators/py-unicorn/Makefile
4 4
5DISTNAME= unicorn-1.0.2 5DISTNAME= unicorn-1.0.2
6CATEGORIES= emulators 6CATEGORIES= emulators
7MASTER_SITES= ${MASTER_SITE_GITHUB:=unicorn-engine/} 7MASTER_SITES= ${MASTER_SITE_GITHUB:=unicorn-engine/}
 8GITHUB_PROJECT= unicorn
8 9
9HOMEPAGE= https://www.unicorn-engine.org/ 10HOMEPAGE= https://www.unicorn-engine.org/
10 11
11DISTINFO_FILE= ${.CURDIR}/../../emulators/unicorn/distinfo 12DISTINFO_FILE= ${.CURDIR}/../../emulators/unicorn/distinfo
12PATCHDIR= ${.CURDIR}/../../emulators/unicorn/patches 13PATCHDIR= ${.CURDIR}/../../emulators/unicorn/patches
13 14
14CHECK_PORTABILITY_SKIP+= install-cmocka-linux.sh 15CHECK_PORTABILITY_SKIP+= install-cmocka-linux.sh