summaryrefslogtreecommitdiff
path: root/devel/scmgit
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2009-06-13 06:46:41 +0000
committerrillig <rillig@pkgsrc.org>2009-06-13 06:46:41 +0000
commitb52a0a9b9545539eb23fccdbc91473026310e836 (patch)
tree6eed7a57d3bef605249cae3ca716a48bbe004af0 /devel/scmgit
parent220b66939b43b17a20168b4da9eeb0918041d822 (diff)
downloadpkgsrc-b52a0a9b9545539eb23fccdbc91473026310e836.tar.gz
Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The others are cross-references for Makefile.common.
Diffstat (limited to 'devel/scmgit')
-rw-r--r--devel/scmgit/Makefile.common12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/scmgit/Makefile.common b/devel/scmgit/Makefile.common
index 4fa237fb309..2fc58993788 100644
--- a/devel/scmgit/Makefile.common
+++ b/devel/scmgit/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2008/07/24 23:22:54 bjs Exp $
+# $NetBSD: Makefile.common,v 1.13 2009/06/13 06:46:48 rillig Exp $
#
# used by devel/scmgit-base/Makefile
# used by devel/scmgit-docs/Makefile
@@ -19,14 +19,14 @@ PKG_DESTDIR_SUPPORT= user-destdir
PATCHDIR= ${.CURDIR}/../../devel/scmgit-base/patches
DISTINFO_FILE= ${.CURDIR}/../../devel/scmgit-base/distinfo
-GNU_CONFIGURE?= yes
+GNU_CONFIGURE?= yes
USE_TOOLS+= gmake tar perl sh
EXTRACT_USING= gtar
PKG_SYSCONFSUBDIR= git
-CONFIGURE_ARGS+= --with-perl=${PERL5:Q}
-CONFIGURE_ARGS+= --with-shell=${SH:Q}
-CONFIGURE_ARGS+= --with-tar=${TAR:Q}
-CONFIGURE_ARGS+= --mandir=${${PREFIX}/${PKGMANDIR}:L:Q}
+CONFIGURE_ARGS+= --with-perl=${PERL5:Q}
+CONFIGURE_ARGS+= --with-shell=${SH:Q}
+CONFIGURE_ARGS+= --with-tar=${TAR:Q}
+CONFIGURE_ARGS+= --mandir=${${PREFIX}/${PKGMANDIR}:L:Q}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}