]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - wargames/Makefile
cgram: rewrite completely, fixing bugs and style
[bsdgames-darwin.git] / wargames / Makefile
index df1a97d6ba7e7cd653d3649286d53df3f90f0ff7..32aae0af9233cd29f1a0e77ec83d077af0423c1e 100644 (file)
@@ -7,7 +7,7 @@ MAN=    wargames.6
 all:
 
 install: $(MAN) $(SCRIPTS)
-       $(GINSTALL) -Dm755 $(SCRIPTS) $(DESTDIR)/usr/games/$(basename $(SCRIPTS))
-       $(GINSTALL) -Dm644 $(MAN) $(DESTDIR)/usr/share/man/man6/$(MAN)
+       $(GINSTALL) -Dm755 $(SCRIPTS) $(DESTDIR)/$(PREFIX)/games/$(basename $(SCRIPTS))
+       $(GINSTALL) -Dm644 $(MAN) $(DESTDIR)/$(PREFIX)/share/man/man6/$(MAN)
 
 .PHONY: all install clean