diff options
author | rillig <rillig@pkgsrc.org> | 2009-06-13 06:46:41 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2009-06-13 06:46:41 +0000 |
commit | b52a0a9b9545539eb23fccdbc91473026310e836 (patch) | |
tree | 6eed7a57d3bef605249cae3ca716a48bbe004af0 /devel/global | |
parent | 220b66939b43b17a20168b4da9eeb0918041d822 (diff) | |
download | pkgsrc-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/global')
-rw-r--r-- | devel/global/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile index b7cffb4a1a4..3bfa213d975 100644 --- a/devel/global/Makefile +++ b/devel/global/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2008/06/20 01:09:12 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2009/06/13 06:46:42 rillig Exp $ # DISTNAME= global-5.4 @@ -18,6 +18,6 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} INFO_FILES= YES USE_TOOLS+= perl:run -CONF_FILES= ${PREFIX}/share/gtags/gtags.conf ${PKG_SYSCONFDIR}/gtags.conf +CONF_FILES= ${PREFIX}/share/gtags/gtags.conf ${PKG_SYSCONFDIR}/gtags.conf .include "../../mk/bsd.pkg.mk" |