3 lines
56 B
Bash
3 lines
56 B
Bash
#!/bin/sh -ef
|
|
export OLD_PORTMK=true
|
|
/usr/bin/make "$@"
|
#!/bin/sh -ef
|
|
export OLD_PORTMK=true
|
|
/usr/bin/make "$@"
|