kiss-mfavila-large/ports/dictd/build

10 lines
94 B
Plaintext
Raw Normal View History

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