mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
5 lines
92 B
Bash
5 lines
92 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
(cd minigraph && sh ./configure $*)
|
|
(cd sources && sh ./configure $*)
|