1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/Mk/Scripts/ports_env.sh
Mathieu Arnold 5d33e04596
framework: Remove $FreeBSD$
Where appropriate fiddle with a few other things.
2021-04-06 16:27:10 +02:00

15 lines
187 B
Bash

#! /bin/sh
# MAINTAINER: portmgr@FreeBSD.org
set -o pipefail
if [ -z "${SCRIPTSDIR}" ]; then
echo "Must set SCRIPTSDIR" >&2
exit 1
fi
. ${SCRIPTSDIR}/functions.sh
export_ports_env