diff options
author | tg <tg@FreeBSD.org> | 1998-05-28 07:43:14 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-05-28 07:43:14 +0000 |
commit | cd27ddbef28e92c03d5d1eb5f6974dbbf13607c9 (patch) | |
tree | e6d118f2ea783dbec6562c435b48ecab3491730a | |
parent | fccfdf9f1139678c2d1b6fa0305bbe594c90a2c3 (diff) | |
download | FreeBSD-ports-cd27ddbef28e92c03d5d1eb5f6974dbbf13607c9.zip FreeBSD-ports-cd27ddbef28e92c03d5d1eb5f6974dbbf13607c9.tar.gz |
Grr. Fix patch.
-rw-r--r-- | games/xgalaga/files/patch-aa | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/games/xgalaga/files/patch-aa b/games/xgalaga/files/patch-aa index cfb6a4a..486e409 100644 --- a/games/xgalaga/files/patch-aa +++ b/games/xgalaga/files/patch-aa @@ -16,10 +16,3 @@ for i in levels/*.xgl; do $(INSTALL) $$i $(prefix)/$$i ; done for i in sounds/*.raw; do $(INSTALL) $$i $(prefix)/$$i ; done -@@ -75,4 +76,4 @@ - cd libsprite;$(MAKE) distclean - - depend: -- makedepend $(CFLAGS) $(SRCS) -\ No newline at end of file -+ makedepend $(CFLAGS) $(SRCS) |