pkgsrc-WIP-changes archive

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

profanity: Split every configure argument in a CONFIGURE_ARGS



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Mar 23 12:39:24 2020 +0100
Changeset:	76209e4655599fb1c6fd0f2284bb5a9c79b886a0

Modified Files:
	profanity/Makefile

Log Message:
profanity: Split every configure argument in a CONFIGURE_ARGS

(Easier to maintain and grep.)

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

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

diffstat:
 profanity/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/profanity/Makefile b/profanity/Makefile
index b07952d83a..3c0eeebe42 100644
--- a/profanity/Makefile
+++ b/profanity/Makefile
@@ -15,10 +15,10 @@ AUTOCONF_REQD=	2.69
 GNU_CONFIGURE=	yes
 USE_TOOLS+=	pkg-config
 
-CONFIGURE_ARGS+=	--enable-plugins 	\
-			--enable-c-plugins	\
-			--enable-python-plugins	\
-			--enable-omemo
+CONFIGURE_ARGS+=	--enable-plugins
+CONFIGURE_ARGS+=	--enable-c-plugins
+CONFIGURE_ARGS+=	--enable-python-plugins
+CONFIGURE_ARGS+=	--enable-omemo
 
 pre-configure:
 	cd ${WRKSRC} && autoconf


Home | Main Index | Thread Index | Old Index