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:   wiz
Date:           Wed Nov 29 12:25:45 UTC 2017

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
rust: remove lib/rustlib/uninstall.sh

It is not used in pkgsrc and contains a hardcoded reference to /bin/bash.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/rust/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/rust/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.20 pkgsrc/lang/rust/Makefile:1.21
--- pkgsrc/lang/rust/Makefile:1.20      Tue Nov 28 00:07:27 2017
+++ pkgsrc/lang/rust/Makefile   Wed Nov 29 12:25:45 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2017/11/28 00:07:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.21 2017/11/29 12:25:45 wiz Exp $
 
 DISTNAME=      rustc-1.22.1-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -170,6 +170,7 @@ do-install:
 
 post-install:
        ${RM} -f ${DESTDIR}${PREFIX}/lib/rustlib/install.log
+       ${RM} -f ${DESTDIR}${PREFIX}/lib/rustlib/uninstall.sh
        ${RM} -rf ${DESTDIR}${PREFIX}/lib/rustlib/src
 
 GENERATE_PLIST+= find ${DESTDIR}${PREFIX} \( -type f -o -type l \) -print | \



Home | Main Index | Thread Index | Old Index