From 0c152e7442b8ddde8405ba9d0f2d4d981d5c3151 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 22 Feb 2007 19:26:05 +0000 Subject: Whitespace cleanup, courtesy of pkglint. Patch provided by Sergey Svishchev in private mail. --- cad/covered-current/Makefile | 4 ++-- cad/dinotrace-mode/Makefile | 4 ++-- cad/dinotrace/Makefile | 4 ++-- cad/geda-utils/Makefile | 4 ++-- cad/geda/Makefile | 10 +++++----- cad/gnetlist/Makefile | 4 ++-- cad/oct-wcalc/Makefile | 6 +++--- cad/spice/Makefile | 4 ++-- cad/wcalc/Makefile.common | 14 +++++++------- 9 files changed, 27 insertions(+), 27 deletions(-) (limited to 'cad') diff --git a/cad/covered-current/Makefile b/cad/covered-current/Makefile index de38d423165..a6bc3189c8b 100644 --- a/cad/covered-current/Makefile +++ b/cad/covered-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/10/12 03:13:30 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.14 2007/02/22 19:26:09 wiz Exp $ # DISTNAME= covered-${SNAPDATE} @@ -14,7 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews DEPENDS+= verilog{,-current}-[0-9]*:../../cad/verilog -CONFLICTS+= covered-[0-9]* +CONFLICTS+= covered-[0-9]* SNAPDATE= 20060904 GNU_CONFIGURE= YES diff --git a/cad/dinotrace-mode/Makefile b/cad/dinotrace-mode/Makefile index 96325ba7b84..337f683e5b5 100644 --- a/cad/dinotrace-mode/Makefile +++ b/cad/dinotrace-mode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/02/05 23:08:20 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2007/02/22 19:26:10 wiz Exp $ # DISTNAME= dinotrace-9.3a @@ -8,7 +8,7 @@ CATEGORIES= cad editors MASTER_SITES= http://www.veripool.com/ftp/ MAINTAINER= dmcmahill@NetBSD.org -HOMEPAGE= http://www.veripool.com/dinotrace/ +HOMEPAGE= http://www.veripool.com/dinotrace/ COMMENT= Emacs major mode for dinotrace DEPENDS+= ${EMACS_PKGNAME_PREFIX}verilog-mode>=3.13:../../cad/verilog-mode diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile index 5c02bcd7a11..aa3c7736690 100644 --- a/cad/dinotrace/Makefile +++ b/cad/dinotrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2006/03/30 03:44:41 jlam Exp $ +# $NetBSD: Makefile,v 1.39 2007/02/22 19:26:09 wiz Exp $ # DISTNAME= dinotrace-9.3a @@ -7,7 +7,7 @@ CATEGORIES= cad MASTER_SITES= http://www.veripool.com/ftp/ MAINTAINER= dmcmahill@NetBSD.org -HOMEPAGE= http://www.veripool.com/dinotrace/ +HOMEPAGE= http://www.veripool.com/dinotrace/ COMMENT= Tool for viewing the output of digital simulators GNU_CONFIGURE= YES diff --git a/cad/geda-utils/Makefile b/cad/geda-utils/Makefile index 919073f35ce..c60b503fbb4 100644 --- a/cad/geda-utils/Makefile +++ b/cad/geda-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2007/02/21 13:23:54 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.40 2007/02/22 19:26:10 wiz Exp $ # DISTNAME= geda-utils-${PKGVERSION} @@ -31,7 +31,7 @@ post-patch: EVAL_PREFIX+= PYDIR=python -REPLACE_INTERPRETER+= python +REPLACE_INTERPRETER+= python REPLACE.python.old= .*/bin/python REPLACE.python.new= ${PYDIR}/bin/python REPLACE_FILES.python= scripts/tragesym diff --git a/cad/geda/Makefile b/cad/geda/Makefile index 365be6f88a3..5b067cda396 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2006/10/23 09:43:13 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.52 2007/02/22 19:26:10 wiz Exp $ # DISTNAME= geda-${PKGVERSION} @@ -20,11 +20,11 @@ DEPENDS+= geda-symbols-${PKGVERSION}{,nb[0-9]*}:../../cad/geda-symbols .include "Makefile.common" -EXTRACT_ONLY= # none +EXTRACT_ONLY= # none NO_CHECKSUM= yes -NO_CONFIGURE= yes -NO_BUILD= yes -NO_MTREE= yes +NO_CONFIGURE= yes +NO_BUILD= yes +NO_MTREE= yes do-install: # empty diff --git a/cad/gnetlist/Makefile b/cad/gnetlist/Makefile index da343b9ae50..0d514bc5b41 100644 --- a/cad/gnetlist/Makefile +++ b/cad/gnetlist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2006/09/17 17:36:35 rillig Exp $ +# $NetBSD: Makefile,v 1.44 2007/02/22 19:26:10 wiz Exp $ # DISTNAME= geda-gnetlist-${PKGVERSION} @@ -21,7 +21,7 @@ USE_LIBTOOL= YES # needs GNU m4 for the PCBboard and gsch2pcb netlisters USE_TOOLS+= gmake m4:run pkg-config -EVAL_PREFIX+= PCBDIR=pcb +EVAL_PREFIX+= PCBDIR=pcb CONFIGURE_ARGS+= --with-pcbm4dir=${PCBDIR}/share/pcb/m4 CONFIGURE_ARGS+= --with-pcbconfdir=${PKG_SYSCONFDIR}/pcb diff --git a/cad/oct-wcalc/Makefile b/cad/oct-wcalc/Makefile index e12611a84ca..32469737bdf 100644 --- a/cad/oct-wcalc/Makefile +++ b/cad/oct-wcalc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/01/07 12:25:54 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2007/02/22 19:26:10 wiz Exp $ # .include "../../cad/wcalc/Makefile.common" @@ -28,8 +28,8 @@ USE_LANGUAGES= c c++ fortran .include "../../math/octave/octave.mk" -PLIST_SUBST+= OCT_LOCALVERFCNFILEDIR=${OCT_LOCALVERFCNFILEDIR:S/${LOCALBASE}\///} -PLIST_SUBST+= OCT_LOCALVEROCTFILEDIR=${OCT_LOCALVEROCTFILEDIR:S/${LOCALBASE}\///} +PLIST_SUBST+= OCT_LOCALVERFCNFILEDIR=${OCT_LOCALVERFCNFILEDIR:S/${LOCALBASE}\///} +PLIST_SUBST+= OCT_LOCALVEROCTFILEDIR=${OCT_LOCALVEROCTFILEDIR:S/${LOCALBASE}\///} .include "../../cad/libwcalc/buildlink3.mk" .include "../../math/octave/buildlink3.mk" diff --git a/cad/spice/Makefile b/cad/spice/Makefile index 896c8c8c120..dc859993ae3 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.36 2007/01/07 09:13:48 rillig Exp $ +# $NetBSD: Makefile,v 1.37 2007/02/22 19:26:10 wiz Exp $ DISTNAME= sp3f4.kit PKGNAME= spice-3f5.1 PKGREVISION= 4 CATEGORIES= cad MASTER_SITES= ftp://ic.eecs.berkeley.edu/pub/Spice3/ -EXTRACT_SUFX= .tar.Z +EXTRACT_SUFX= .tar.Z MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://bwrc.eecs.berkeley.edu/Classes/IcBook/SPICE/ diff --git a/cad/wcalc/Makefile.common b/cad/wcalc/Makefile.common index 78c024f8216..7fb10d4659d 100644 --- a/cad/wcalc/Makefile.common +++ b/cad/wcalc/Makefile.common @@ -1,17 +1,17 @@ -# $NetBSD: Makefile.common,v 1.7 2007/01/17 14:19:43 dmcmahill Exp $ +# $NetBSD: Makefile.common,v 1.8 2007/02/22 19:26:10 wiz Exp $ # -DISTNAME= wcalc-1.0 -CATEGORIES= cad -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wcalc/} +DISTNAME= wcalc-1.0 +CATEGORIES= cad +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wcalc/} -MAINTAINER= dmcmahill@NetBSD.org -HOMEPAGE= http://wcalc.sourceforge.net/ +MAINTAINER= dmcmahill@NetBSD.org +HOMEPAGE= http://wcalc.sourceforge.net/ DISTINFO_FILE= ${.CURDIR}/../../cad/wcalc/distinfo PATCHDIR= ${.CURDIR}/../../cad/wcalc/patches -GNU_CONFIGURE= YES +GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_PKGLOCALEDIR= yes -- cgit v1.2.3