forked from Lainports/freebsd-ports
3 lines
75 B
Bash
3 lines
75 B
Bash
#!/bin/sh
|
|
cd ${WRKSRC}/unix
|
|
./configure --with-readline --prefix=${PREFIX}
|