pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/rust
Module Name: pkgsrc
Committed By: maya
Date: Tue Oct 3 14:07:56 UTC 2017
Modified Files:
pkgsrc/lang/rust: Makefile
Removed Files:
pkgsrc/lang/rust: PLIST
Log Message:
rust: use GENERATE_PLIST.
The checksums in the files built vary by build environment.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/rust/Makefile
cvs rdiff -u -r1.4 -r0 pkgsrc/lang/rust/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/rust/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.10 pkgsrc/lang/rust/Makefile:1.11
--- pkgsrc/lang/rust/Makefile:1.10 Sat Sep 30 04:42:43 2017
+++ pkgsrc/lang/rust/Makefile Tue Oct 3 14:07:55 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/09/30 04:42:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2017/10/03 14:07:55 maya Exp $
DISTNAME= rustc-1.20.0-src
PKGNAME= ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -158,6 +158,9 @@ post-install:
${RM} -f ${DESTDIR}${PREFIX}/lib/rustlib/install.log
${RM} -rf ${DESTDIR}${PREFIX}/lib/rustlib/src
+GENERATE_PLIST+= find ${DESTDIR}${PREFIX} \( -type f -o -type l \) -print | \
+ sed 's,${DESTDIR}${PREFIX}/,,' | ${SORT} ;
+
.if ${OPSYS} == "Darwin"
.PHONY: fix-darwin-install-name
post-install: fix-darwin-install-name
Home |
Main Index |
Thread Index |
Old Index