pkgsrc-WIP-changes archive

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

jupp: fix indentation (NFC).



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Tue Dec 6 10:13:38 2022 +0100
Changeset:	5e34522704fc8b1204b9ecd74e552199d0646390

Modified Files:
	jupp/Makefile

Log Message:
jupp: fix indentation (NFC).

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

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

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

diffs:
diff --git a/jupp/Makefile b/jupp/Makefile
index f755511e28..8af616f2fd 100644
--- a/jupp/Makefile
+++ b/jupp/Makefile
@@ -26,11 +26,11 @@ WRKSRC=		${WRKDIR}/jupp
 
 post-install:
 .for f in jmacs joe jpico jstar jupp
-	${INSTALL_DATA} ${WRKSRC}/docs/${f}.png								\
-    ${DESTDIR}${PREFIX}/share/pixmaps/
+	${INSTALL_DATA} ${WRKSRC}/docs/${f}.png					\
+		${DESTDIR}${PREFIX}/share/pixmaps/
 
-	${INSTALL_DATA} ${FILESDIR}/${f}.desktop							\
-    ${DESTDIR}${PREFIX}/share/applications/
+	${INSTALL_DATA} ${FILESDIR}/${f}.desktop				\
+		${DESTDIR}${PREFIX}/share/applications/
 .endfor
 
 .include "../../mk/curses.buildlink3.mk"


Home | Main Index | Thread Index | Old Index