A_OS/ports/official/x11/dat/dat-xorgproto/build
2024-05-22 09:29:02 +00:00

9 lines
100 B
Bash

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