diff options
| author | Siva Mahadevan <me@svmhdvn.name> | 2024-09-10 12:58:07 +0200 |
|---|---|---|
| committer | Mikael Urankar <mikael@FreeBSD.org> | 2024-09-10 12:58:07 +0200 |
| commit | c0d07f1127793ffc97a6c1db78423d0d16bdc5ef (patch) | |
| tree | 4cd554743ab67a3ee22110019c366cb9f8ba694f /sysutils/mcfly | |
| parent | x11/clipcat: Fix build with rust 1.81.0 (diff) | |
*/*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503
Diffstat (limited to 'sysutils/mcfly')
| -rw-r--r-- | sysutils/mcfly/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/mcfly/Makefile b/sysutils/mcfly/Makefile index 33d9079bc09a..a6cf8c6316b0 100644 --- a/sysutils/mcfly/Makefile +++ b/sysutils/mcfly/Makefile @@ -227,8 +227,6 @@ PLIST_FILES= bin/${PORTNAME} \ share/zsh/site-functions/_${PORTNAME} post-install: # install shell completion files - # strip - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mcfly # bash ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.bash ${STAGEDIR}${PREFIX}/etc/bash_completion.d |
