x11/xcalib: Fix typo CFLAFS -> CFLAGS.
Reported by: jhale
This commit is contained in:
parent
928c8a709b
commit
a6c1df9d5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429502
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user