svn commit: r433270 - head/devel/grumpy

Steve Wills swills at FreeBSD.org
Fri Feb 3 23:05:48 UTC 2017


Author: swills
Date: Fri Feb  3 23:05:47 2017
New Revision: 433270
URL: https://svnweb.freebsd.org/changeset/ports/433270

Log:
  devel/grumpy: Fix syntax

Modified:
  head/devel/grumpy/Makefile

Modified: head/devel/grumpy/Makefile
==============================================================================
--- head/devel/grumpy/Makefile	Fri Feb  3 22:15:22 2017	(r433269)
+++ head/devel/grumpy/Makefile	Fri Feb  3 23:05:47 2017	(r433270)
@@ -16,10 +16,10 @@ GH_TAGNAME=	348f038
 
 USES=		gmake python
 
-.if ${ARCH} == amd64
+.if ${ARCH} == "amd64"
 PLIST_SUB=	ARCH=amd64
 .endif
-.if ${ARCH} == i386
+.if ${ARCH} == "i386"
 PLIST_SUB=	ARCH=386
 .endif
 


More information about the svn-ports-all mailing list