Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
Back to Ticket #63359
Ticket #63359
: Portfile
File Portfile,
210 bytes
(added by
ryandesign (Ryan Carsten Schmidt)
,
3 years ago
)
Line
1
PortSystem 1.0
2
3
name test
4
version 1
5
distfiles
6
archive_sites
7
supported_archs noarch
8
configure {
9
system "/bin/csh -c 'echo hello world | sed'"
10
return -code error
11
}
Download in other formats:
Original Format