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 | d278f4272dfc17796e407ff82c53c2c9712b2f3a (patch) | |
tree | 6ee226c3cc5a8221e2d6c7a3e4341bf5c0414c90 /emulators | |
parent | 1eb1f6d6e1090d78a5132e1c04843c9c997b92d8 (diff) | |
download | pkgsrc-d278f4272dfc17796e407ff82c53c2c9712b2f3a.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 |