openbsd-ports/games/lbreakout2/patches/patch-client_Makefile_in
ajacoutot ae7f96298e - update to lbreakout2-2.6beta-7
- add license marker
2007-12-05 12:53:50 +00:00

19 lines
721 B
Plaintext

$OpenBSD: patch-client_Makefile_in,v 1.1 2007/12/05 12:53:50 ajacoutot Exp $
--- client/Makefile.in.orig Wed Dec 5 12:15:05 2007
+++ client/Makefile.in Wed Dec 5 12:15:52 2007
@@ -652,12 +652,12 @@ install-data-local:
$(mkinstalldirs) $(DESTDIR)$(inst_dir)
$(mkinstalldirs) $(DESTDIR)$(hi_dir)
if ! test -f $(DESTDIR)$(hi_dir)/lbreakout2.hscr; then \
- $(INSTALL_DATA) -m 666 empty.hscr $(DESTDIR)$(hi_dir)/lbreakout2.hscr; \
+ $(INSTALL_DATA) empty.hscr $(DESTDIR)$(inst_dir)/lbreakout2.hscr; \
fi;
uninstall-local:
rm -rf $(DESTDIR)$(inst_dir)
- rm -f $(DESTDIR)$(hi_dir)/lbreakout2.hscr
+ rm -f $(DESTDIR)$(inst_dir)/lbreakout2.hscr
rm -rf $(DESTDIR)$(doc_dir)/lbreakout2
win32-install-script: