diff options
author | kamil <kamil@pkgsrc.org> | 2016-06-11 21:08:21 +0000 |
---|---|---|
committer | kamil <kamil@pkgsrc.org> | 2016-06-11 21:08:21 +0000 |
commit | 1418fa074c69da911e146e11f13b078360272e61 (patch) | |
tree | eee5cec9a713019edde903e5131195675b9578fe /emulators | |
parent | 02258d6ef3b5a8f2f3721f0f3f2cffdda477f8e7 (diff) | |
download | pkgsrc-1418fa074c69da911e146e11f13b078360272e61.tar.gz |
Remove stray references to pkgsrc-wip
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/keystone/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/keystone/Makefile.common b/emulators/keystone/Makefile.common index 7cb41a645e8..8ce0381ccd1 100644 --- a/emulators/keystone/Makefile.common +++ b/emulators/keystone/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.1 2016/06/11 21:03:41 kamil Exp $ +# $NetBSD: Makefile.common,v 1.2 2016/06/11 21:08:21 kamil Exp $ # -# used by wip/py-keystone/Makefile +# used by emulators/py-keystone/Makefile DISTNAME= keystone-0.9 CATEGORIES= emulators @@ -8,4 +8,4 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=keystone-engine/} HOMEPAGE= http://www.keystone-engine.org/ -DISTINFO_FILE= ${.CURDIR}/../../wip/keystone/distinfo +DISTINFO_FILE= ${.CURDIR}/../../emulators/keystone/distinfo |