6 lines
63 B
Plaintext
6 lines
63 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
cd /usr/ports/$1
|
||
|
echo "$1":
|
||
|
make show=MAINTAINER
|