diff options
author | tom <tom@FreeBSD.org> | 2003-10-26 16:01:07 +0000 |
---|---|---|
committer | tom <tom@FreeBSD.org> | 2003-10-26 16:01:07 +0000 |
commit | 409e000657054857120f407cafed2229fa739373 (patch) | |
tree | f8841b6913a88bbdd9f223404a9f3c9e2d916dea | |
parent | 3f5f6e4ee73e09d4f244030ccb30d09fc4126f4d (diff) | |
download | FreeBSD-ports-409e000657054857120f407cafed2229fa739373.zip FreeBSD-ports-409e000657054857120f407cafed2229fa739373.tar.gz |
Minor change: Remove a redundant warning and fix a typo.
-rw-r--r-- | games/quakeforge/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile index 4971fae..d8db2bf 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" |