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:
parent
036dd8c105
commit
a7c3e76c48
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31963
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user