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

11 lines
139 B
Bash
Executable File

#!/bin/sh -e
sed -i 's/bash/sh/' make/libtool.mk
./configure \
--prefix=/usr \
--disable-static
make
make DESTDIR="$1" install