svn commit: r429502 - head/x11/xcalib
Boris Samorodov
bsam at FreeBSD.org
Mon Dec 26 12:32:02 UTC 2016
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
More information about the svn-ports-all
mailing list