diff options
author | rillig <rillig@pkgsrc.org> | 2006-01-12 18:01:15 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-01-12 18:01:15 +0000 |
commit | bd0472f3163026ca3fc881c17ae5d553a3b28621 (patch) | |
tree | ea24be8fe665d8aaed7baa08a4f96d6fdf223e13 /devel/cvsup | |
parent | 8c2be9db365cdc36109de4734670568a8343965d (diff) | |
download | pkgsrc-bd0472f3163026ca3fc881c17ae5d553a3b28621.tar.gz |
Moved the definition of PKGREVISION from cvsup/Makefile.common into the
individual package Makefiles, where they belong.
Diffstat (limited to 'devel/cvsup')
-rw-r--r-- | devel/cvsup/Makefile | 3 | ||||
-rw-r--r-- | devel/cvsup/Makefile.common | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/cvsup/Makefile b/devel/cvsup/Makefile index 97bbe6fc4e8..6783e540114 100644 --- a/devel/cvsup/Makefile +++ b/devel/cvsup/Makefile @@ -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 diff --git a/devel/cvsup/Makefile.common b/devel/cvsup/Makefile.common index 3d8e9c32c12..55821600984 100644 --- a/devel/cvsup/Makefile.common +++ b/devel/cvsup/Makefile.common @@ -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/ |