summaryrefslogtreecommitdiff
path: root/devel/cogito
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2007-10-09 19:19:08 +0000
committermartti <martti@pkgsrc.org>2007-10-09 19:19:08 +0000
commitbd986edbc7589ee68fff8e2354ef7cb37ad88aa3 (patch)
tree488c199f5e0dcd8590ae7d8cb773b5ff2390f025 /devel/cogito
parentf60e7ea91d1d67decdb632a17986eeb37478c6f4 (diff)
downloadpkgsrc-bd986edbc7589ee68fff8e2354ef7cb37ad88aa3.tar.gz
Remove trailing spaces.
Diffstat (limited to 'devel/cogito')
-rw-r--r--devel/cogito/Makefile6
1 files changed, 3 insertions, 3 deletions
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"