summaryrefslogtreecommitdiff
path: root/cross/freemint-ldg
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-06-08 10:53:26 +0000
committerrillig <rillig@pkgsrc.org>2019-06-08 10:53:26 +0000
commit95ce3f227afadd1efad90c5547c0e1a45fe2206e (patch)
tree957dcef3c562fafb49e0c5f10a93918fcd883bac /cross/freemint-ldg
parentda7926cedfcd3a80a37f3a5db3b7ef9601211bcb (diff)
downloadpkgsrc-95ce3f227afadd1efad90c5547c0e1a45fe2206e.tar.gz
cross/*: let pkglint autofix indentation and variable alignment
pkglint -Wall -F -r cross xtensa-esp32-elf-gcc has been manually edited afterwards because when realigning variable assignments, pkglint only allows one long outlier line. This package has two long SITES.* lines, therefore pkglint wanted to indent the variable values much further to the right. This needs to be fixed in pkglint.
Diffstat (limited to 'cross/freemint-ldg')
-rw-r--r--cross/freemint-ldg/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/cross/freemint-ldg/Makefile b/cross/freemint-ldg/Makefile
index 7acff9b2f0f..83f8b82d11d 100644
--- a/cross/freemint-ldg/Makefile
+++ b/cross/freemint-ldg/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2014/01/19 07:36:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2019/06/08 10:53:28 rillig Exp $
-DISTNAME= ldg-SVN-20131104
+DISTNAME= ldg-SVN-20131104
PKGNAME= cross-freemint-${DISTNAME:S/SVN-//}
CATEGORIES= cross
MASTER_SITES= http://vincent.riviere.free.fr/soft/m68k-atari-mint/archives/
@@ -10,11 +10,11 @@ COMMENT= LDG for FreeMiNT
EXTRACT_SUFX= .tar.bz2
LICENSE= gnu-lgpl-v2.1
-SUBST_CLASSES+= dos_eol
-SUBST_MESSAGE.dos_eol= Removing DOS line-ends
-SUBST_STAGE.dos_eol= post-extract
-SUBST_FILES.dos_eol= src/ldgmgr/gcc.mak
-SUBST_FILES.dos_eol+= src/ldgd/gcc.mak
+SUBST_CLASSES+= dos_eol
+SUBST_MESSAGE.dos_eol= Removing DOS line-ends
+SUBST_STAGE.dos_eol= post-extract
+SUBST_FILES.dos_eol= src/ldgmgr/gcc.mak
+SUBST_FILES.dos_eol+= src/ldgd/gcc.mak
SUBST_FILTER_CMD.dos_eol= ${TR} -d '\r'