openbsd-ports/games/lbreakout2/patches/patch-src_Makefile_in
naddy 031bb66478 Fix build, add @extra; from Michael Coulter <mjc@bitz.ca>.
Additional DEINSTALL fix by yours truly.
2004-02-12 16:09:18 +00:00

19 lines
781 B
Plaintext

$OpenBSD: patch-src_Makefile_in,v 1.2 2004/02/12 16:09:18 naddy Exp $
--- src/Makefile.in.orig 2002-02-24 08:15:01.000000000 -0800
+++ src/Makefile.in 2004-02-07 12:38:53.000000000 -0800
@@ -425,12 +425,12 @@ install-data-local:
$(mkinstalldirs) $(DESTDIR)$(inst_dir)
$(mkinstalldirs) $(DESTDIR)$(hi_dir)
if ! test -f $(DESTDIR)$(hi_dir)/lbreakout2.hscr; then \
- $(INSTALL_DATA) --mode=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
# Tell versions [3.59,3.63) of GNU make to not export all variables.