Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions _resources/port1.0/group/golang-1.0.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -439,15 +439,3 @@ post-extract {
}
}
}

destroot {
ui_error "No destroot phase in the Portfile!"
ui_msg "Here is an example destroot phase:"
ui_msg
ui_msg "destroot {"
ui_msg { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/}
ui_msg "}"
ui_msg
ui_msg "Please check if there are additional files (configuration, documentation, etc.) that need to be installed."
error "destroot phase not implemented"
}
Loading