pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

objfw: appease pkglint



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Tue Aug 1 18:48:08 2017 +0300
Changeset:	9a8e3deb6a4b7df5eeb2cfcaa9191677cf23e317

Modified Files:
	objfw/Makefile

Log Message:
objfw: appease pkglint

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9a8e3deb6a4b7df5eeb2cfcaa9191677cf23e317

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 objfw/Makefile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diffs:
diff --git a/objfw/Makefile b/objfw/Makefile
index c4dbe44ba1..1af3890521 100644
--- a/objfw/Makefile
+++ b/objfw/Makefile
@@ -1,17 +1,18 @@
 # $NetBSD$
 
 DISTNAME=	objfw-0.90
-MASTER_SITES=	https://heap.zone/objfw/downloads/
 CATEGORIES=	devel
+MASTER_SITES=	https://heap.zone/objfw/downloads/
+
+MAINTAINER=	js%heap.zone@localhost
+HOMEPAGE=	https://heap.zone/objfw/
 COMMENT=	Portable, lightweight framework for the Objective-C language
 LICENSE=	qpl-v1.0 OR gnu-gpl-v2 OR gnu-gpl-v3
-HOMEPAGE=	https://heap.zone/objfw/
-MAINTAINER=	js%heap.zone@localhost
 
 GNU_CONFIGURE=		yes
 USE_LANGUAGES=		objc
 CONFIGURE_ARGS+=	--enable-static
-CONFIGURE_ARGS+=	OBJCFLAGS=${CFLAGS:Q} LDFLAGS=${LDFLAGS:Q}
+CONFIGURE_ARGS+=	OBJCFLAGS=${CFLAGS:M*:Q} LDFLAGS=${LDFLAGS:M*:Q}
 
 .include "../../mk/bsd.prefs.mk"
 


Home | Main Index | Thread Index | Old Index