mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
11 lines
237 B
Plaintext
11 lines
237 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# Set up daemontools for the *BSD environment...
|
||
|
#
|
||
|
# @(#) $Id: configure,v 1.1.1.1 1998/07/09 10:18:38 dburr Exp $
|
||
|
#
|
||
|
|
||
|
# Tune the options we're given.
|
||
|
echo ${PREFIX} > ${WRKSRC}/conf-home
|
||
|
echo cc ${CFLAGS} > ${WRKSRC}/conf-cc
|