mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
11 lines
190 B
Bash
11 lines
190 B
Bash
#!/bin/sh
|
|
#
|
|
# Set up daemontools for the *BSD environment...
|
|
#
|
|
# @(#) $FreeBSD$
|
|
#
|
|
|
|
# Tune the options we're given.
|
|
echo ${PREFIX} > ${WRKSRC}/conf-home
|
|
echo cc ${CFLAGS} > ${WRKSRC}/conf-cc
|