pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cad/geda move a couple of variables to a Makefile.comm...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b89c64aeb87c
branches: trunk
changeset: 469385:b89c64aeb87c
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Sun Feb 22 20:37:45 2004 +0000
description:
move a couple of variables to a Makefile.common which are shared by the geda pkgs
diffstat:
cad/geda/Makefile | 5 ++---
cad/geda/Makefile.common | 5 +++++
2 files changed, 7 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 7dbdb0d9efff -r b89c64aeb87c cad/geda/Makefile
--- a/cad/geda/Makefile Sun Feb 22 20:35:02 2004 +0000
+++ b/cad/geda/Makefile Sun Feb 22 20:37:45 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2004/01/15 08:07:07 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2004/02/22 20:37:45 dmcmahill Exp $
#
DISTNAME= geda-${PKGVERSION}
@@ -20,8 +20,7 @@
DEPENDS+= geda-docs-${PKGVERSION}:../../cad/geda-docs
DEPENDS+= geda-examples-${PKGVERSION}:../../cad/geda-examples
-DIST_SUBDIR= geda
-PKGVERSION= 20030901
+.include "Makefile.common"
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
diff -r 7dbdb0d9efff -r b89c64aeb87c cad/geda/Makefile.common
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/geda/Makefile.common Sun Feb 22 20:37:45 2004 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile.common,v 1.1 2004/02/22 20:37:45 dmcmahill Exp $
+#
+
+DIST_SUBDIR= geda
+PKGVERSION= 20030901
Home |
Main Index |
Thread Index |
Old Index