1
0
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:
Maxim Sobolev 2001-03-05 14:09:34 +00:00
parent f2e96a5f19
commit 88b9746b27
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39092
2 changed files with 2 additions and 2 deletions

View File

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

View File

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