diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2004-02-23 04:01:58 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2004-02-23 04:01:58 +0000 |
commit | 0c25cdeab2ced60ba2cd60c63b71e1f87e7fa877 (patch) | |
tree | 824bc8f3bd2462b6f4960bed57768b96bc8881c7 /cad | |
parent | 6c4bc505ebd8bbc183f26dcf1a73d7b070ec7a3a (diff) | |
download | pkgsrc-0c25cdeab2ced60ba2cd60c63b71e1f87e7fa877.tar.gz |
use the geda/Makefile.common for some common variables
Diffstat (limited to 'cad')
-rw-r--r-- | cad/geda-docs/Makefile | 5 | ||||
-rw-r--r-- | cad/geda-examples/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/cad/geda-docs/Makefile b/cad/geda-docs/Makefile index e70e46d3355..1e20dad5af4 100644 --- a/cad/geda-docs/Makefile +++ b/cad/geda-docs/Makefile @@ -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 @@ BUILD_DEPENDS+= geda-symbols>=${PKGVERSION}:../../cad/geda-symbols CONFLICTS+= gEDA<19991011 -DIST_SUBDIR= geda -PKGVERSION= 20030901 +.include "../../cad/geda/Makefile.common" GNU_CONFIGURE= YES diff --git a/cad/geda-examples/Makefile b/cad/geda-examples/Makefile index 02744454018..83879161922 100644 --- a/cad/geda-examples/Makefile +++ b/cad/geda-examples/Makefile @@ -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 @@ COMMENT= Examples for gEDA CONFLICTS+= gEDA<19991011 -DIST_SUBDIR= geda -PKGVERSION= 20030901 +.include "../../cad/geda/Makefile.common" GNU_CONFIGURE= YES USE_GNU_TOOLS+= make |