mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
10 lines
86 B
Bash
10 lines
86 B
Bash
#!/bin/sh
|
|
#
|
|
# Configure MH
|
|
#
|
|
cd $WRKSRC/conf
|
|
make
|
|
./mhconfig FreeBSD
|
|
cd ..
|
|
make clean
|