diff options
-rw-r--r-- | lang/rust/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile index 8ef2f4079ce9..15790a1b1c9b 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -56,8 +56,6 @@ post-extract: post-install: @${RM} ${STAGEDIR}${PREFIX}/lib/rustlib/manifest @${STRIP_CMD} `${GREP} -v -e '^@dir' -e '^man' -e 'rlib$$' \ - ${PLIST} | ${SED} 's:^:${STAGEDIR}${PREFIX}/:'` - @${STRIP_CMD} `${GREP} -v -e '^@dir' -e '^man' -e 'rlib$$' \ - -e '\.a$$' ${PLIST} | ${SED} 's:^:${STAGEDIR}${PREFIX}/:g'` + -e '^.*\.a$$' ${PLIST} | ${SED} 's:^:${STAGEDIR}${PREFIX}/:'` .include <bsd.port.post.mk> |