This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd-ports
Watch
1
Star
0
Fork
0
You've already forked freebsd-ports
mirror of
https://git.FreeBSD.org/ports.git
synced
2024-11-06 22:51:41 +00:00
Code
Issues
Releases
Activity
7bb929a4bc
freebsd-ports
/
mail
/
mh
/
scripts
/
configure
10 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
MH 6.8.3 port
1994-10-04 23:32:54 +00:00
#!/bin/sh
#
# Configure MH
#
Use $WRKSRC instead of $3 to find work directory
1994-10-06 19:41:06 +00:00
cd $WRKSRC/conf
MH 6.8.3 port
1994-10-04 23:32:54 +00:00
make
./mhconfig FreeBSD
cd ..
make clean
Reference in New Issue
Copy Permalink