mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
481f66bd21
This will allow Poudriere to know if it is possible to use the feature or not by the existence of the file. Also fix quoting issues. With hat: portmgr
14 lines
182 B
Bash
14 lines
182 B
Bash
#! /bin/sh
|
|
|
|
# MAINTAINER: portmgr@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
if [ -z "${SCRIPTSDIR}" ]; then
|
|
echo "Must set SCRIPTSDIR" >&2
|
|
exit 1
|
|
fi
|
|
|
|
. ${SCRIPTSDIR}/functions.sh
|
|
|
|
export_ports_env
|