Changed CONFLICT to CONFLICTS. Added CVS Id to Makefile.common.
This commit is contained in:
parent
71482b6763
commit
81381713ff
2 changed files with 5 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2005/06/03 17:06:32 poppnk Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2005/11/03 10:56:12 rillig Exp $
|
||||
#
|
||||
|
||||
DISTNAME= IoVM-2005-05-31
|
||||
PKGNAME= io-vm-20050531
|
||||
COMMENT= Small programming language (vm)
|
||||
|
||||
CONFLICT+= io-server-[0-9]*
|
||||
CONFLICT+= io-desktop-[0-9]*
|
||||
CONFLICTS+= io-server-[0-9]*
|
||||
CONFLICTS+= io-desktop-[0-9]*
|
||||
|
||||
.include "../../wip/io-vm/Makefile.common"
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# $Id: Makefile.common,v 1.3 2005/11/03 10:56:12 rillig Exp $
|
||||
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://io.urbanape.com/release/ \
|
||||
http://www.sigusr1.org/~steve/
|
||||
|
|
Loading…
Reference in a new issue