Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
Back to Ticket #12429
Ticket #12429
: Portfile
File Portfile,
134 bytes
(added by
ryandesign (Ryan Carsten Schmidt)
,
15 years ago
)
Line
1
PortSystem 1.0
2
3
name foo
4
version 1.0
5
worksrcdir "${distname}/Path with spaces"
6
7
pre-fetch {
8
return -code error "${worksrcpath}"
9
}
Download in other formats:
Original Format