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/b96789d5daf8
branches:  trunk
changeset: 469386:b96789d5daf8
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Sun Feb 22 20:38:49 2004 +0000

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

diffstat:

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

diffs (38 lines):

diff -r b89c64aeb87c -r b96789d5daf8 cad/geda-symbols/Makefile
--- a/cad/geda-symbols/Makefile Sun Feb 22 20:37:45 2004 +0000
+++ b/cad/geda-symbols/Makefile Sun Feb 22 20:38:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/01/22 07:21:54 grant Exp $
+# $NetBSD: Makefile,v 1.15 2004/02/22 20:38:49 dmcmahill Exp $
 #
 
 DISTNAME=      geda-symbols-${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 sed
diff -r b89c64aeb87c -r b96789d5daf8 cad/libgeda/Makefile
--- a/cad/libgeda/Makefile      Sun Feb 22 20:37:45 2004 +0000
+++ b/cad/libgeda/Makefile      Sun Feb 22 20:38:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2004/02/22 20:01:28 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.27 2004/02/22 20:39:18 dmcmahill Exp $
 #
 
 DISTNAME=              libgeda-${PKGVERSION}
@@ -15,8 +15,7 @@
 
 CONFLICTS+=            gEDA<19991011
 
-DIST_SUBDIR=           geda
-PKGVERSION=            20030901
+.include "../../cad/geda/Makefile.common"
 
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES



Home | Main Index | Thread Index | Old Index