diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-07-22 21:54:18 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-07-22 21:54:18 +0000 |
commit | 1260f4d987ab34933b131f3e3bd6645ad8da07e9 (patch) | |
tree | 2b3d60a66839dd429b9a43cb7f6cbbf2eb4d0731 | |
parent | Cleanup plist and avoid useless @exec (diff) |
[00:01:47] ====>> Warning: (graphics/ImageMagick7): make: "/poudriere/ports/head/graphics/ImageMagick7/Makefile" line 387: Malformed conditional (${USER} == kwm)
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=392697
-rw-r--r-- | graphics/ImageMagick7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ImageMagick7/Makefile b/graphics/ImageMagick7/Makefile index 41b238d3e41f..f2b58a3b1c1a 100644 --- a/graphics/ImageMagick7/Makefile +++ b/graphics/ImageMagick7/Makefile @@ -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@freefall.freebsd.org:public_distfiles/ |