How? Share how you solved it to prevent this from happening.But I found a solution. Solved.
;-))How? Share how you solved it to prevent this from happening.
.if !target(deinstall)
SLEEP_CMD= /bin/sleep
deinstall:
@${ECHO_MSG} "If you delete this port, it will damage something"
@${SLEEP_CMD} 20
pkg delete -f port_name
.endif