diff options
author | martti <martti@pkgsrc.org> | 2007-10-09 19:19:08 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-10-09 19:19:08 +0000 |
commit | bd986edbc7589ee68fff8e2354ef7cb37ad88aa3 (patch) | |
tree | 488c199f5e0dcd8590ae7d8cb773b5ff2390f025 /devel | |
parent | f60e7ea91d1d67decdb632a17986eeb37478c6f4 (diff) | |
download | pkgsrc-bd986edbc7589ee68fff8e2354ef7cb37ad88aa3.tar.gz |
Remove trailing spaces.
Diffstat (limited to 'devel')
-rwxr-xr-x | devel/bmake/import-bmake-sh | 4 | ||||
-rw-r--r-- | devel/cogito/Makefile | 6 | ||||
-rw-r--r-- | devel/nss/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Path-Class/Makefile | 4 | ||||
-rw-r--r-- | devel/tla/Makefile | 4 |
5 files changed, 11 insertions, 11 deletions
diff --git a/devel/bmake/import-bmake-sh b/devel/bmake/import-bmake-sh index 1e03866d94c..dd28be72fe5 100755 --- a/devel/bmake/import-bmake-sh +++ b/devel/bmake/import-bmake-sh @@ -1,8 +1,8 @@ : -# $Id: import-bmake-sh,v 1.1 2005/12/02 00:14:56 sjg Exp $ +# $Id: import-bmake-sh,v 1.2 2007/10/09 19:19:08 martti Exp $ # Nice and simple, but make sure it is done consistently... -# Simply unpack bmake-<version>.tar.gz +# Simply unpack bmake-<version>.tar.gz # cd bmake # then run this script. diff --git a/devel/cogito/Makefile b/devel/cogito/Makefile index cd668c5017a..6f2a1967696 100644 --- a/devel/cogito/Makefile +++ b/devel/cogito/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/06/27 22:52:44 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.9 2007/10/09 19:19:09 martti Exp $ # DISTNAME= cogito-0.18.2 @@ -13,12 +13,12 @@ COMMENT= Version control system of the Linux kernel DEPENDS+= scmgit-[0-9]*:../../devel/scmgit -USE_TOOLS+= gmake bash:run fgrep:run grep:run mktemp:run xargs:run +USE_TOOLS+= gmake bash:run fgrep:run grep:run mktemp:run xargs:run MAKE_FLAGS+= prefix=${PREFIX:Q} .include "../../mk/bsd.prefs.mk" -# we need gnu-ish versions of these. In particular, we require +# we need gnu-ish versions of these. In particular, we require # that grep accept -q and xargs accept -0 .if ${OPSYS} == "SunOS" diff --git a/devel/nss/Makefile b/devel/nss/Makefile index da0586de19b..418507cb494 100644 --- a/devel/nss/Makefile +++ b/devel/nss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2007/04/05 18:11:53 gdt Exp $ +# $NetBSD: Makefile,v 1.25 2007/10/09 19:19:09 martti Exp $ DISTNAME= nss-3.11.5 CATEGORIES= security @@ -58,7 +58,7 @@ do-install: # The exact set of libfreebl* libs built and installed depends on the # operating system and platform. For example, on solaris/sparc you might -# get +# get # libfreebl_32fpu_3.so # libfreebl_32int_3.so # libfreebl_32int64_3.so diff --git a/devel/p5-Path-Class/Makefile b/devel/p5-Path-Class/Makefile index d4078f4072d..495022f098c 100644 --- a/devel/p5-Path-Class/Makefile +++ b/devel/p5-Path-Class/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/01/10 21:58:19 bad Exp $ +# $NetBSD: Makefile,v 1.2 2007/10/09 19:19:09 martti Exp $ # DISTNAME= Path-Class-0.16 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KW/KWILLIAMS/} MAINTAINER= bad@netbsd.org HOMEPAGE= http://search.cpan.org/~kwilliams/Path-Class-0.16/ -COMMENT= Cross-platform path specification manipulation +COMMENT= Cross-platform path specification manipulation PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/devel/tla/Makefile b/devel/tla/Makefile index 8082e53b1d6..7cf4d753c1f 100644 --- a/devel/tla/Makefile +++ b/devel/tla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2007/06/08 18:39:24 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2007/10/09 19:19:09 martti Exp $ # DISTNAME= tla-1.3.5 @@ -19,7 +19,7 @@ CHECK_PORTABILITY_SKIP+= \ src/tla/tests/changeset-tests/chmod_random \ src/tla/tests/changeset-tests/run-spaces-test.sh \ src/tla/tests/changeset-tests/run-test.sh - + REPLACE_BASH+= src/tla/tests/changeset-tests/chmod_random USE_TOOLS+= bash |