diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-04 01:55:49 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-04 01:55:49 +0000 |
commit | 944aa31f796747c0a9fb80cda05a6948c4b04212 (patch) | |
tree | 6b48e53505f0cac8de58f59af7408e6ccd10a076 /print/ghostscript-afpl | |
parent | o fix installation permissions in do-install target (diff) |
Don't be interactive if PACKAGE_BUILDING is set.
Notes
Notes:
svn path=/head/; revision=48421
Diffstat (limited to 'print/ghostscript-afpl')
-rw-r--r-- | print/ghostscript-afpl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index 177c818eb409..b335f6f48cdb 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/Makefile @@ -219,7 +219,7 @@ pre-configure: do-configure: ${ECHO_MSG} ">>> in do-configure ..." -.if defined(BATCH) +.if defined(BATCH) || defined(PACKAGE_BUILDING) ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.batch .else ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure |