Run the pkg-install script even if BATCH is defined. These scripts are

not interactive.
This commit is contained in:
Joe Marcus Clarke 2003-04-29 23:31:14 +00:00
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

View file

@ -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

View file

@ -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