1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Unset TOP environment variable before proceed with build. The port's

Makefiles abuse this variable commonly used to specify default
options for the top(1) monitor, which breaks the build.

PR:		25192
Submitted by:	Stefan `Sec` Zehl <sec@42.org> (among several other, whose
						names were lost in entropy
						of Universe)
This commit is contained in:
Maxim Sobolev 2001-02-18 20:32:41 +00:00
parent 7d16039132
commit 57a85c44bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38470

View File

@ -22,6 +22,7 @@ MAINTAINER= jseger@FreeBSD.org
USE_BZIP2= yes
USE_GMAKE= yes
MAKE_ENV= TOP=""
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared