mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
2f50aab331
PR: ports/8516 and ports/9080 Submitted by: John Saunders <john@nlc.net.au> Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za>
11 lines
237 B
Bash
11 lines
237 B
Bash
#!/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
|