aboutsummaryrefslogtreecommitdiff
path: root/xorg/libXaw/build
blob: 60c907492dd61fcf8fb46a933936cdedee6a3522 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh -e

./configure \
    --prefix=/usr \
    --without-xmlto

make
make DESTDIR="$1" install