aboutsummaryrefslogtreecommitdiff
path: root/games/flying
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-06-12 01:28:42 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-06-12 01:28:42 +0000
commit31e144f66d2b08b243b8f9d799457d53418fec21 (patch)
tree69fa452a8b597164ae53cbde3be5d0c82d0a3438 /games/flying
parent7738f0a02cdc3f46c19d5c6aecdc2e29459d5e00 (diff)
downloadports-31e144f66d2b08b243b8f9d799457d53418fec21.tar.gz
ports-31e144f66d2b08b243b8f9d799457d53418fec21.zip
"all:" -> "all:" to make XFree86-3.3 config files happy.
Notes
Notes: svn path=/head/; revision=6873
Diffstat (limited to 'games/flying')
-rw-r--r--games/flying/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/flying/files/patch-aa b/games/flying/files/patch-aa
index 4b3bb56f9a8a..79f7245d1216 100644
--- a/games/flying/files/patch-aa
+++ b/games/flying/files/patch-aa
@@ -13,7 +13,7 @@
LOCAL_LIBRARIES = -lX11 -lm
-
-+all: flying
++all:: flying
flying: $(OBJS) $(DEPLIBS)
$(RM) $@
$(CXX) -o $@ $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS)