pkgsrc-WIP-changes archive

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

ufetch: pkglint -Wall -Call



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Dec 20 05:56:37 2019 +0100
Changeset:	281e99ac97ed09a6508d7c51c5bafe606e90737e

Modified Files:
	ufetch/Makefile

Log Message:
ufetch: pkglint -Wall -Call

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

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

diffstat:
 ufetch/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/ufetch/Makefile b/ufetch/Makefile
index 07ac24294e..fa88ad6a7d 100644
--- a/ufetch/Makefile
+++ b/ufetch/Makefile
@@ -36,13 +36,14 @@ do-install:
 		${INSTALL_SCRIPT} \
 			ufetch-${FLAVOR} ${DESTDIR}${PREFIX}/bin/ufetch
 .if ${OPSYS} == "Linux"
-.for f in alpine antergos arch archbang arco artix aux centos crux debian \
+.  for f in alpine antergos arch archbang arco artix aux centos crux debian \
           elementary fedora gentoo gnewsense guixsd hyperbola linuxlite mageia \
           manjaro mint mx nixos parabola popos pureos raspbian slackware suse \
           ubuntu void
 	${RUN} cd ${WRKSRC} && \
 		${INSTALL_SCRIPT} \
 			ufetch-${f} ${DESTDIR}${PREFIX}/bin/ufetch-${f}
+.  endfor
 .endif
 
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index