Run the pkg-install script even if BATCH is defined. These scripts are
not interactive.
This commit is contained in:
parent
c37f632458
commit
d6f1f8e6ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79895
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ CONFIGURE_ENV+= LDFLAGS="${PTHREAD_LIBS} ${LDFLAGS}"
|
|||
CONFIGURE_ARGS+= --disable-thread
|
||||
.endif
|
||||
|
||||
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
|
||||
.if !defined(PACKAGE_BUILDING)
|
||||
pre-build:
|
||||
@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
|
||||
.endif
|
||||
|
|
|
@ -50,7 +50,7 @@ NO_BUILD= yes
|
|||
|
||||
USE_PYTHON= yes
|
||||
|
||||
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
|
||||
.if !defined(PACKAGE_BUILDING)
|
||||
pre-configure:
|
||||
@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue