aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-06-12 09:28:42 +0800
committerasami <asami@FreeBSD.org>1997-06-12 09:28:42 +0800
commit43ecf61a848ad4c6e03e7291221c0d8fba41051b (patch)
tree5eb6b88abaf49cec5597821a04dbb1c3917fa883 /games
parent753e03b815b14f47450cacf9f36c9692f202327a (diff)
downloadfreebsd-ports-gnome-43ecf61a848ad4c6e03e7291221c0d8fba41051b.tar.gz
freebsd-ports-gnome-43ecf61a848ad4c6e03e7291221c0d8fba41051b.tar.zst
freebsd-ports-gnome-43ecf61a848ad4c6e03e7291221c0d8fba41051b.zip
"all:" -> "all:" to make XFree86-3.3 config files happy.
Diffstat (limited to 'games')
-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)