From 48ea9e8ce5ff145e98a62da6ae9fac05bce3fbe7 Mon Sep 17 00:00:00 2001 From: Beat Gaetzi Date: Sun, 30 Dec 2012 12:12:31 +0000 Subject: - Silence a warning when PREFIX does not exist like on the INDEX builder. Discussed with: bapt --- x11-toolkits/qt33/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'x11-toolkits') diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 6c65c7fc2a63..164c35d3a87b 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -77,7 +77,9 @@ PACKAGE_COOKIE= ${WRKDIR}/.package_done.${PORTNAME}.${PREFIX:S/\//_/g} .include +.if exists(${PREFIX}) PREFIX_REAL!= /bin/realpath ${PREFIX} +.endif # The previous Qt port versions installed qmake and qmake's specs under LOCALBASE # The new devel/qmake port installs them under LOCALBASE. We can use -- cgit v1.2.3