1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00

Zap some unused code. Catch up to buildenv changes.

This commit is contained in:
Kris Kennaway 2002-05-13 03:30:21 +00:00
parent 68f5d86cb9
commit 2982df6210
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58989

View File

@ -7,7 +7,6 @@
pb=/var/portbuild
. ${pb}/portbuild.conf
. ${pb}/scripts/buildenv
usage () {
@ -35,12 +34,7 @@ case "x$1" in
esac
# Set up the build env variables
buildenv $branch
#if [ "x$NODUMMY" = "x" ]; then
# unset XFREE86_VERSION
# unset MOTIF_OPEN
#fi
buildenv ${pb} ${branch}
unset DISPLAY