summaryrefslogtreecommitdiff
path: root/devel/confuse
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/confuse
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/confuse')
-rw-r--r--devel/confuse/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/confuse/Makefile b/devel/confuse/Makefile
index 33f4b0cffc2..0a1ff4f98d6 100644
--- a/devel/confuse/Makefile
+++ b/devel/confuse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2008/08/13 13:20:14 ahoka Exp $
+# $NetBSD: Makefile,v 1.6 2009/06/13 06:46:41 rillig Exp $
#
DISTNAME= confuse-2.6
@@ -15,11 +15,11 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-shared
USE_LIBTOOL= YES
-USE_PKGLOCALEDIR= YES
+USE_PKGLOCALEDIR= YES
USE_TOOLS+= pkg-config msgfmt
-PKGCONFIG_OVERRIDE+= libconfuse.pc.in
-INSTALLATION_DIRS= lib include
+PKGCONFIG_OVERRIDE+= libconfuse.pc.in
+INSTALLATION_DIRS= lib include
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"