mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ env_check() {
|
|||
SRC="${GITROOT}${GITSRC}"
|
||||
DOC="${GITROOT}${GITDOC}"
|
||||
#PORT="${GITROOT}${GITPORTS}"
|
||||
PORT="svn://svn.freebsd.org/ports/${PORTBRANCH}"
|
||||
PORT="svn://svn.freebsd.org/ports/"
|
||||
|
||||
if [ -n "${EMBEDDEDBUILD}" ]; then
|
||||
WITH_DVD=
|
||||
|
|
|
|||
Loading…
Reference in a new issue