mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Dont set PKGMESSAGE to be an empty string - it confuses bsd.port.mk.
Submitted by: Stijn Hoop <stijn@win.tue.nl>
This commit is contained in:
parent
f2e96a5f19
commit
88b9746b27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39092
@ -33,7 +33,7 @@ CONFIGURE_ARGS+=--enable-video-vgl
|
||||
DISPLAY_MSG= ${CAT} ${PKGMESSAGE}
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-video-vgl
|
||||
PKGMESSAGE=
|
||||
PKGMESSAGE= /I/hate/ports/Mk/bsd.port.mk
|
||||
DISPLAY_MSG= ${DO_NADA}
|
||||
.endif
|
||||
|
||||
|
@ -33,7 +33,7 @@ CONFIGURE_ARGS+=--enable-video-vgl
|
||||
DISPLAY_MSG= ${CAT} ${PKGMESSAGE}
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-video-vgl
|
||||
PKGMESSAGE=
|
||||
PKGMESSAGE= /I/hate/ports/Mk/bsd.port.mk
|
||||
DISPLAY_MSG= ${DO_NADA}
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user