Moved the definition of PKGREVISION from cvsup/Makefile.common into the
individual package Makefiles, where they belong.
This commit is contained in:
parent
8c2be9db36
commit
bd0472f316
3 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.11 2005/06/01 18:02:43 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2006/01/12 18:01:15 rillig Exp $
|
||||
|
||||
.include "${.CURDIR}/../../devel/cvsup/Makefile.common"
|
||||
|
||||
PKGNAME= cvsup-gui-16.1.h
|
||||
PKGREVISION= 1
|
||||
|
||||
CONFLICTS= cvsup-[0-9]*
|
||||
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.13 2004/01/06 00:08:06 xtraeme Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2006/01/12 18:01:15 rillig Exp $
|
||||
|
||||
.include "${.CURDIR}/../../devel/cvsup/Makefile.common"
|
||||
|
||||
PKGNAME= cvsup-16.1.h
|
||||
PKGREVISION= 1
|
||||
|
||||
M3FLAGS+= -DNOGUI
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile.common,v 1.7 2005/12/05 20:50:03 rillig Exp $
|
||||
# $NetBSD: Makefile.common,v 1.8 2006/01/12 18:01:15 rillig Exp $
|
||||
|
||||
DISTNAME= cvsup-snap-16.1h
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel net
|
||||
MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/snapshots/
|
||||
|
||||
|
|
Loading…
Reference in a new issue