Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Dec 2016 12:32:00 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429502 - head/x11/xcalib
Message-ID:  <201612261232.uBQCW0fs092866@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Mon Dec 26 12:32:00 2016
New Revision: 429502
URL: https://svnweb.freebsd.org/changeset/ports/429502

Log:
  x11/xcalib: Fix typo CFLAFS -> CFLAGS.
  
  Reported by:	jhale

Modified:
  head/x11/xcalib/Makefile

Modified: head/x11/xcalib/Makefile
==============================================================================
--- head/x11/xcalib/Makefile	Mon Dec 26 12:28:01 2016	(r429501)
+++ head/x11/xcalib/Makefile	Mon Dec 26 12:32:00 2016	(r429502)
@@ -24,7 +24,7 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' -e 's|0644|0555|g'\
-	    -e 's|CFLAGS =|CFLAFS ?=|g' -e 's|/usr/X11R6|${LOCALBASE}|g' \
+	    -e 's|CFLAGS =|CFLAGS ?=|g' -e 's|/usr/X11R6|${LOCALBASE}|g' \
 	    ${WRKSRC}/Makefile
 	@${REINPLACE_CMD} -e 's|if(i=0)|else|g' ${WRKSRC}/xcalib.c
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612261232.uBQCW0fs092866>