diff options
author | wiz <wiz@pkgsrc.org> | 2021-02-09 10:37:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-02-09 10:37:18 +0000 |
commit | fae4f4f8e583c172ab97a1477f1322b6ce5261d8 (patch) | |
tree | 2a810dc49f6d9cac069003752e35f3b1cde14113 /lang/gcc9 | |
parent | c3c9bdf6aa567215efca3b99e12e8f9dc45da57d (diff) | |
download | pkgsrc-fae4f4f8e583c172ab97a1477f1322b6ce5261d8.tar.gz |
gcc9: fix typo in GENERATE_PLIST to fix packaging
Fix indentation.
Diffstat (limited to 'lang/gcc9')
-rw-r--r-- | lang/gcc9/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc9/Makefile b/lang/gcc9/Makefile index 292918acd79..0b22b14727d 100644 --- a/lang/gcc9/Makefile +++ b/lang/gcc9/Makefile @@ -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 @@ post-install: || (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" |