pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/gcc9 gcc9: fix typo in GENERATE_PLIST to fix pack...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e699d7bde61d
branches: trunk
changeset: 446468:e699d7bde61d
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Feb 09 10:37:18 2021 +0000
description:
gcc9: fix typo in GENERATE_PLIST to fix packaging
Fix indentation.
diffstat:
lang/gcc9/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r a79a0a986ec2 -r e699d7bde61d lang/gcc9/Makefile
--- a/lang/gcc9/Makefile Tue Feb 09 10:28:45 2021 +0000
+++ b/lang/gcc9/Makefile Tue Feb 09 10:37:18 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2021/02/05 10:28:40 maya Exp $
+# $NetBSD: Makefile,v 1.27 2021/02/09 10:37:18 wiz Exp $
GCC_PKGNAME= gcc9
.include "version.mk"
@@ -190,8 +190,8 @@
|| (cd ${DESTDIR}${GCC9_PREFIX}/bin && ${LN} -f gcc cc)
GENERATE_PLIST+= \
- cd ${DESTDIR}${PREFIX} && \
- ${FIND} ${GCC_SUBPREFIX} \( -type f -o -type l \) -print | ${SORT};
+ cd ${DESTDIR}${PREFIX} && \
+ ${FIND} ${GCC9_SUBPREFIX} \( -type f -o -type l \) -print | ${SORT};
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/python/application.mk"
Home |
Main Index |
Thread Index |
Old Index