svn commit: r309663 - head/x11-toolkits/qt33

Beat Gaetzi beat at FreeBSD.org
Sun Dec 30 12:12:32 UTC 2012


Author: beat
Date: Sun Dec 30 12:12:31 2012
New Revision: 309663
URL: http://svnweb.freebsd.org/changeset/ports/309663

Log:
  - Silence a warning when PREFIX does not exist like on the INDEX builder.
  
  Discussed with:	bapt

Modified:
  head/x11-toolkits/qt33/Makefile

Modified: head/x11-toolkits/qt33/Makefile
==============================================================================
--- head/x11-toolkits/qt33/Makefile	Sun Dec 30 12:03:51 2012	(r309662)
+++ head/x11-toolkits/qt33/Makefile	Sun Dec 30 12:12:31 2012	(r309663)
@@ -77,7 +77,9 @@ PACKAGE_COOKIE=	${WRKDIR}/.package_done.
 
 .include <bsd.port.pre.mk>
 
+.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


More information about the svn-ports-all mailing list