summaryrefslogtreecommitdiff
path: root/games/quakeforge
diff options
context:
space:
mode:
authorTom Hukins <tom@FreeBSD.org>2003-10-26 16:01:07 +0000
committerTom Hukins <tom@FreeBSD.org>2003-10-26 16:01:07 +0000
commitf3955baaf1ef842f8a46b573f2e41e836bce652c (patch)
treee770b117750f1a110d12d5d8742c301652e85774 /games/quakeforge
parentUpdate to 3.1. (diff)
Minor change: Remove a redundant warning and fix a typo.
Notes
Notes: svn path=/head/; revision=92208
Diffstat (limited to 'games/quakeforge')
-rw-r--r--games/quakeforge/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile
index 4971fae32c0a..d8db2bfd1eae 100644
--- a/games/quakeforge/Makefile
+++ b/games/quakeforge/Makefile
@@ -156,10 +156,7 @@ pre-everything::
@${ECHO_MSG} "Define NO_SKINS to stop from installing skins"
.endif
.if !defined(WITH_OPTIMIZED_CFLAGS)
- @${ECHO_MSG} "Define WITH_OPTIMIZED_CFLAGS to opimize for speed"
-.endif
-.if !defined(WITH_OPTIMIZED_CFLAGS)
- @${ECHO_MSG} "Define WITH_OPTIMIZED_CFLAGS to opimize for speed"
+ @${ECHO_MSG} "Define WITH_OPTIMIZED_CFLAGS to optimize for speed"
.endif
.if !defined(WITH_SVGALIB)
@${ECHO_MSG} "Define WITH_SVGALIB to use svgalib"