mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 21:09:17 -04:00
4 lines
92 B
Bash
4 lines
92 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
(cd minigraph && sh ./configure $*)
|
|
(cd sources && sh ./configure $*)
|