source:
hybrid/branches/releng-11/nanobsd/tools/portshaker.d/freebsd
Last change on this file was 14114, checked in by , 7 years ago | |
---|---|
|
|
File size: 179 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | shift |
4 | . /usr/local/share/portshaker/portshaker.subr |
5 | SVN_FLAGS="--quiet" |
6 | |
7 | method="svn" |
8 | svn_checkout_path="https://svn.FreeBSD.org/ports/head" |
9 | |
10 | run_portshaker_command $* |
Note:
See TracBrowser
for help on using the repository browser.