svn commit: r392697 - head/graphics/ImageMagick7

Mathieu Arnold mat at FreeBSD.org
Wed Jul 22 21:54:19 UTC 2015


Author: mat
Date: Wed Jul 22 21:54:18 2015
New Revision: 392697
URL: https://svnweb.freebsd.org/changeset/ports/392697

Log:
  [00:01:47] ====>> Warning: (graphics/ImageMagick7): make: "/poudriere/ports/head/graphics/ImageMagick7/Makefile" line 387: Malformed conditional (${USER} == kwm)
  
  Sponsored by:	Absolight

Modified:
  head/graphics/ImageMagick7/Makefile

Modified: head/graphics/ImageMagick7/Makefile
==============================================================================
--- head/graphics/ImageMagick7/Makefile	Wed Jul 22 21:46:27 2015	(r392696)
+++ head/graphics/ImageMagick7/Makefile	Wed Jul 22 21:54:18 2015	(r392697)
@@ -384,7 +384,7 @@ INSTALL_TARGET=	install-strip
 USE_GHOSTSCRIPT_BUILD=yes
 .endif
 
-.if ${USER} == kwm
+.if defined(USER) && ${USER} == kwm
 upload:
 	scp ${DISTDIR}/${DISTNAME}.tar.xz \
 		kwm at freefall.freebsd.org:public_distfiles/


More information about the svn-ports-head mailing list