kiss-mfavila-large/ports/official/xorg/xf86-input-mtrack/build

8 lines
79 B
Plaintext
Raw Normal View History

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