A_OS/ports/official/x11/sys/c-xcalc/build

8 lines
109 B
Plaintext
Raw Normal View History

2023-04-30 20:16:11 -04:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-dependency-tracking
make DESTDIR="$1" install