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

10 lines
132 B
Bash
Executable File

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