pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/gcc9
Module Name: pkgsrc
Committed By: wiz
Date: Tue Feb 9 10:37:19 UTC 2021
Modified Files:
pkgsrc/lang/gcc9: Makefile
Log Message:
gcc9: fix typo in GENERATE_PLIST to fix packaging
Fix indentation.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/lang/gcc9/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/gcc9/Makefile
diff -u pkgsrc/lang/gcc9/Makefile:1.26 pkgsrc/lang/gcc9/Makefile:1.27
--- pkgsrc/lang/gcc9/Makefile:1.26 Fri Feb 5 10:28:40 2021
+++ pkgsrc/lang/gcc9/Makefile Tue Feb 9 10:37:18 2021
@@ -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"
Home |
Main Index |
Thread Index |
Old Index