Ticket #12429: Portfile

File Portfile, 134 bytes (added by ryandesign (Ryan Carsten Schmidt), 15 years ago)
Line 
1PortSystem 1.0
2
3name foo
4version 1.0
5worksrcdir "${distname}/Path with spaces"
6
7pre-fetch {
8    return -code error "${worksrcpath}"
9}