release: fix PORT variable
Reported by: Yasuhiro Kimura (yasu xat utahime dot org) Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
2247f48941
commit
5b0914aea2
@ -147,7 +147,7 @@ env_check() {
|
|||||||
SRC="${GITROOT}${GITSRC}"
|
SRC="${GITROOT}${GITSRC}"
|
||||||
DOC="${GITROOT}${GITDOC}"
|
DOC="${GITROOT}${GITDOC}"
|
||||||
#PORT="${GITROOT}${GITPORTS}"
|
#PORT="${GITROOT}${GITPORTS}"
|
||||||
PORT="svn://svn.freebsd.org/ports/${PORTBRANCH}"
|
PORT="svn://svn.freebsd.org/ports/"
|
||||||
|
|
||||||
if [ -n "${EMBEDDEDBUILD}" ]; then
|
if [ -n "${EMBEDDEDBUILD}" ]; then
|
||||||
WITH_DVD=
|
WITH_DVD=
|
||||||
|
Loading…
Reference in New Issue
Block a user