Lines 27-32
BASH_PLIST_FILES= etc/bash_completion.d/_${PORTNAME}.bash
Link Here
|
27 |
FISH_PLIST_FILES= share/fish/vendor_functions.d/${PORTNAME}.fish |
27 |
FISH_PLIST_FILES= share/fish/vendor_functions.d/${PORTNAME}.fish |
28 |
ZSH_PLIST_FILES= share/zsh/site-functions/_${PORTNAME} |
28 |
ZSH_PLIST_FILES= share/zsh/site-functions/_${PORTNAME} |
29 |
|
29 |
|
|
|
30 |
post-patch: |
31 |
@${REINPLACE_CMD} \ |
32 |
-e '/get_cpu/s|unsigned long|uint64_t|' \ |
33 |
-e '/get_proc_total/s|unsigned long|uint64_t|' \ |
34 |
${WRKSRC}/cargo-crates/sys-info-*/c/*.[ch] |
35 |
|
30 |
post-install: |
36 |
post-install: |
31 |
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/delta |
37 |
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/delta |
32 |
|
38 |
|
33 |
- |
|
|