kiss-mfavila-large/ports/unofficial/stable/libmxml/build

8 lines
83 B
Plaintext
Raw Normal View History

#!/bin/sh -e
./configure \
--prefix="$1/usr/"
make
make DESTDIR="$1" install