diff options
author | wiz <wiz@pkgsrc.org> | 2017-11-29 12:25:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-11-29 12:25:45 +0000 |
commit | 33da0a4901fb981e4a3e004b88838a10ccb3b539 (patch) | |
tree | a45d299eedb6385e1eedbca1ae07b99085a0e954 /lang/rust | |
parent | 03875ebfbf4bacd5e66278ba6488d41887637000 (diff) | |
download | pkgsrc-33da0a4901fb981e4a3e004b88838a10ccb3b539.tar.gz |
rust: remove lib/rustlib/uninstall.sh
It is not used in pkgsrc and contains a hardcoded reference to /bin/bash.
Diffstat (limited to 'lang/rust')
-rw-r--r-- | lang/rust/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile index 1ff7731bed5..ed538b750dc 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -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 | \ |