Mark as NO_CDROM until we can find a better fix for sysinstall hanging
on ports that have interactive install scripts. PR: 14744
This commit is contained in:
parent
ca0ae108d8
commit
71704eea25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24115
1 changed files with 3 additions and 2 deletions
|
@ -18,7 +18,7 @@ ONLY_FOR_ARCHS= i386
|
|||
|
||||
EXTRACT_CMD= tar
|
||||
EXTRACT_BEFORE_ARGS= -xf
|
||||
EXTRACT_AFTER_ARGS=
|
||||
EXTRACT_AFTER_ARGS=
|
||||
|
||||
MAN1= setiathome.1
|
||||
|
||||
|
@ -60,11 +60,12 @@ NO_BUILD= "binary distribution"
|
|||
|
||||
MAN1= setiathome.1
|
||||
|
||||
NO_CDROM= "interactive install"
|
||||
|
||||
.if !defined(PACKAGE_BUILDING)
|
||||
IS_INTERACTIVE= yes
|
||||
.endif
|
||||
|
||||
|
||||
pre-fetch:
|
||||
@if [ -z "${DISTFILES}" ]; then \
|
||||
${ECHO} "It seems you are running FreeBSD `uname -r`, which is not currently"; \
|
||||
|
|
Loading…
Reference in a new issue