From 4dbdfa7f733f9adb64296dccd83195446fbc6798 Mon Sep 17 00:00:00 2001 From: wilfried Date: Thu, 15 Feb 2001 21:51:32 +0000 Subject: [PATCH] We want to test if the variable is defined, not the value it may have. --- infrastructure/mk/old-install.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/mk/old-install.mk b/infrastructure/mk/old-install.mk index 11852e0c187..d2231dcf55b 100644 --- a/infrastructure/mk/old-install.mk +++ b/infrastructure/mk/old-install.mk @@ -1,4 +1,4 @@ -# $OpenBSD: old-install.mk,v 1.2 2001/01/18 14:58:17 espie Exp $ +# $OpenBSD: old-install.mk,v 1.3 2001/02/15 21:51:32 wilfried Exp $ # Stuff that is needed for old, pre-fake, port installations. # If ${FAKE} == No @@ -82,7 +82,7 @@ ${_INSTALL_COOKIE}: ${_BUILD_COOKIE} . endfor . endif . endif -. if defined(${MESSAGE}) +. if defined(MESSAGE) @cat ${WRKBUILD}/MESSAGE${SUBPACKAGE} . endif . if !defined(NO_PKG_REGISTER)