pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cad use the geda/Makefile.common for some common varia...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5572adbf7619
branches:  trunk
changeset: 469420:5572adbf7619
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Mon Feb 23 04:01:58 2004 +0000

description:
use the geda/Makefile.common for some common variables

diffstat:

 cad/geda-docs/Makefile     |  5 ++---
 cad/geda-examples/Makefile |  5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r 6ee6fea6aba4 -r 5572adbf7619 cad/geda-docs/Makefile
--- a/cad/geda-docs/Makefile    Mon Feb 23 04:01:08 2004 +0000
+++ b/cad/geda-docs/Makefile    Mon Feb 23 04:01:58 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2003/09/10 23:43:33 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.15 2004/02/23 04:01:58 dmcmahill Exp $
 #
 
 DISTNAME=              geda-docs-${PKGVERSION}
@@ -17,8 +17,7 @@
 
 CONFLICTS+=            gEDA<19991011
 
-DIST_SUBDIR=           geda
-PKGVERSION=            20030901
+.include "../../cad/geda/Makefile.common"
 
 GNU_CONFIGURE=         YES
 
diff -r 6ee6fea6aba4 -r 5572adbf7619 cad/geda-examples/Makefile
--- a/cad/geda-examples/Makefile        Mon Feb 23 04:01:08 2004 +0000
+++ b/cad/geda-examples/Makefile        Mon Feb 23 04:01:58 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/01/22 07:21:54 grant Exp $
+# $NetBSD: Makefile,v 1.4 2004/02/23 04:02:55 dmcmahill Exp $
 #
 
 DISTNAME=      geda-examples-${PKGVERSION}
@@ -14,8 +14,7 @@
 
 CONFLICTS+=    gEDA<19991011
 
-DIST_SUBDIR=   geda
-PKGVERSION=    20030901
+.include "../../cad/geda/Makefile.common"
 
 GNU_CONFIGURE= YES
 USE_GNU_TOOLS+=        make



Home | Main Index | Thread Index | Old Index