diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-19 19:53:36 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-19 19:53:36 +0000 |
commit | 1bd6bcee7f7a9cda2c6cac420b81e1b12ac638fe (patch) | |
tree | c12f00ea442f602f675831d9248c643d6820def8 /games/xgalaga/files/patch-aa | |
parent | New port figurine version 1.0.5: A drawing program for X11 (diff) |
upgrade to 2.0.34
PR: 42961
Submitted by: Timothy R. Geier <tgeier@speakeasy.net>
Notes
Notes:
svn path=/head/; revision=66737
Diffstat (limited to 'games/xgalaga/files/patch-aa')
-rw-r--r-- | games/xgalaga/files/patch-aa | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/games/xgalaga/files/patch-aa b/games/xgalaga/files/patch-aa index acc64041e7e4..c7571d08e812 100644 --- a/games/xgalaga/files/patch-aa +++ b/games/xgalaga/files/patch-aa @@ -1,21 +1,13 @@ ---- Makefile.in.orig Sun Apr 12 03:10:46 1998 -+++ Makefile.in Sun Jun 20 18:59:18 1999 -@@ -43,11 +43,14 @@ - $(CC) $(LDFLAGS) -o $(SOUNDSRV) $(SOUNDOBJS) $(SOUNDLIBS) - - install: all -- mkinstalldirs $(bindir) -+ ./mkinstalldirs $(bindir) -+ ./mkinstalldirs $(prefix) +--- Makefile.in.orig Fri Sep 20 03:24:43 2002 ++++ Makefile.in Fri Sep 20 03:25:29 2002 +@@ -46,7 +46,9 @@ + ./mkinstalldirs $(bindir) + ./mkinstalldirs $(prefix) $(INSTALL) $(TARGET) $(bindir)/$(TARGET) - $(INSTALL) $(SOUNDSRV) $(prefix)/$(SOUNDSRV) -- mkinstalldirs $(prefix)/sounds -- mkinstalldirs $(prefix)/levels + if [ "X$(SOUNDSRV)" != "X" ]; then \ + $(INSTALL) $(SOUNDSRV) $(prefix)/$(SOUNDSRV); \ + fi -+ ./mkinstalldirs $(prefix)/sounds -+ ./mkinstalldirs $(prefix)/levels + ./mkinstalldirs $(prefix)/sounds + ./mkinstalldirs $(prefix)/levels for i in levels/*.xgl; do $(INSTALL) $$i $(prefix)/$$i ; done - for i in sounds/*.raw; do $(INSTALL) $$i $(prefix)/$$i ; done - |