summaryrefslogtreecommitdiff
path: root/games/smiley/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-10-10 12:59:36 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-10-10 12:59:36 +0000
commit744ecfac3352a5a89c9b0731e7782ef6aa337244 (patch)
tree066489f219d8ac0b5e6eb955366a5d1dd8bb53a7 /games/smiley/Makefile
parentCorrect intl shlib version number. (diff)
CC, CXX, CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS may contain `/' in
them when using a non-default compiler/linker, so do not use `/' as delimiter for s///. (I picked `|' instead)
Notes
Notes: svn path=/head/; revision=67737
Diffstat (limited to 'games/smiley/Makefile')
-rw-r--r--games/smiley/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/smiley/Makefile b/games/smiley/Makefile
index d22d025e792b..6c31bd322b50 100644
--- a/games/smiley/Makefile
+++ b/games/smiley/Makefile
@@ -18,7 +18,7 @@ MAN1= "smiley.1"
post-patch:
${CP} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.input
- ${SED} "s/%CFLAGS%/${CFLAGS}/" ${WRKSRC}/Makefile.input > ${WRKSRC}/Makefile
+ ${SED} "s|%CFLAGS%|${CFLAGS}|" ${WRKSRC}/Makefile.input > ${WRKSRC}/Makefile
${RM} -f ${WRKSRC}/Makefile.input
do-install: