[Bug 290894] sysutils/nerdctl: Update to 2.2.0
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 290894] sysutils/nerdctl: Update to 2.2.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Nov 2025 15:15:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290894
Vladimir Druzenko <vvd@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|Affects Only Me |Affects Some People
CC| |vvd@FreeBSD.org
Status|New |In Progress
Assignee|ports-bugs@FreeBSD.org |vvd@FreeBSD.org
--- Comment #2 from Vladimir Druzenko <vvd@FreeBSD.org> ---
1. 2 tabs before each line in goals are unnecessary.
2. Reduce MKDIR calls:
-@${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d
-@${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d
-@${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions
-@${MKDIR} ${WRKDIR}/tmp
+@${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d \
+ ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d \
+ ${STAGEDIR}${PREFIX}/share/zsh/site-functions \
+ ${WRKDIR}/tmp
--
You are receiving this mail because:
You are the assignee for the bug.