pkgsrc-WIP-changes archive

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

wip/remake Makefile indent



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Sat Nov 30 14:55:29 2019 +0000
Changeset:	af2b1d87e96cf2e089793d4e2a3411ef6afbb858

Modified Files:
	remake/Makefile

Log Message:
wip/remake Makefile indent

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

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

diffstat:
 remake/Makefile | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diffs:
diff --git a/remake/Makefile b/remake/Makefile
index 22767b3706..4cbab3f8f5 100644
--- a/remake/Makefile
+++ b/remake/Makefile
@@ -6,25 +6,25 @@ MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=bashdb/}
 
 MAINTAINER=	ng0%NetBSD.org@localhost
 HOMEPAGE=	http://bashdb.sourceforge.net/remake/
-COMMENT=	gmake with debugger
+COMMENT=	GNU make with debugger
 LICENSE=	gnu-gpl-v3
 
-USE_FEATURES=           snprintf
+USE_FEATURES=	snprintf
 
-GNU_CONFIGURE=          yes
-TEXINFO_REQD+=          4.0
-INFO_FILES=             yes
+GNU_CONFIGURE=	yes
+TEXINFO_REQD+=	4.0
+INFO_FILES=	yes
 
-TEST_TARGET=            check
+TEST_TARGET=	check
 
 # workaround for broken strndup
-CONFIGURE_ARGS.MirBSD+= ac_cv_func_strndup=no
+CONFIGURE_ARGS.MirBSD+=	ac_cv_func_strndup=no
 CONFIGURE_ARGS=		--without-guile
 # XXX: Do not install gmake setgid and do not override the owner group
 # XXX: based on possible /dev/kmem permissions.
-CONFIGURE_ARGS+=        ac_cv_func_getloadavg_setgid=no
+CONFIGURE_ARGS+=	ac_cv_func_getloadavg_setgid=no
 
-AUTO_MKDIRS=            yes
+AUTO_MKDIRS=	yes
 
 # \todo: patch upstream.
 post-install:


Home | Main Index | Thread Index | Old Index