1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Oops, syntax error when !defined(BATCH) and !defined(PACKAGE_BUILDING).

Also change pre-fetch to pre-everything.

Reported by:	freshports
This commit is contained in:
Satoshi Asami 2000-08-25 10:54:49 +00:00
parent 036dd8c105
commit a7c3e76c48
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31963
2 changed files with 4 additions and 4 deletions

View File

@ -94,9 +94,9 @@ MAN5= XF86Config.5
# Set following as NO. or type make ExtendefInputDevices=NO
ExtendedInputDevices?= YES
pre-fetch:
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
${SH} ${PKGDIR}/INSTALL
pre-everything:
${SH} ${PKGDIR}/INSTALL
.endif
do-configure:

View File

@ -94,9 +94,9 @@ MAN5= XF86Config.5
# Set following as NO. or type make ExtendefInputDevices=NO
ExtendedInputDevices?= YES
pre-fetch:
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
${SH} ${PKGDIR}/INSTALL
pre-everything:
${SH} ${PKGDIR}/INSTALL
.endif
do-configure: