1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/math/kaskade/files/configure

5 lines
92 B
Bash

#!/bin/sh
# $FreeBSD$
(cd minigraph && sh ./configure $*)
(cd sources && sh ./configure $*)