SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
games/sdlroids/patches/patch-Makefile_in
Normal file
15
games/sdlroids/patches/patch-Makefile_in
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- Makefile.in.orig Wed Mar 28 01:27:52 2001
|
||||
+++ Makefile.in Wed Dec 5 14:20:03 2007
|
||||
@@ -434,9 +434,9 @@ maintainer-clean-generic clean mostlyclean distclean m
|
||||
|
||||
|
||||
install-data-local:
|
||||
- @/bin/sh $(srcdir)/mkinstalldirs $(SOUNDSDIR) $(GFXDIR)
|
||||
- $(INSTALL_DATA) $(srcdir)/sounds/*.wav $(SOUNDSDIR)
|
||||
- $(INSTALL_DATA) $(srcdir)/bmp/*.bmp $(GFXDIR)
|
||||
+ @/bin/sh $(srcdir)/mkinstalldirs $(DESTDIR)$(SOUNDSDIR) $(DESTDIR)$(GFXDIR)
|
||||
+ $(INSTALL_DATA) $(srcdir)/sounds/*.wav $(DESTDIR)$(SOUNDSDIR)
|
||||
+ $(INSTALL_DATA) $(srcdir)/bmp/*.bmp $(DESTDIR)$(GFXDIR)
|
||||
|
||||
# Rule to build tar-gzipped distribution package
|
||||
$(PACKAGE)-$(VERSION).tar.gz: dist
|
Loading…
Add table
Add a link
Reference in a new issue