]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - adventure/Makefile
cgram: sort includes
[bsdgames-darwin.git] / adventure / Makefile
index 83bc8dd79b0deade1201fcf42f5e42c44eddc6af..b656970b25cfc255c733196639e891ae7e52b9f8 100644 (file)
@@ -19,8 +19,8 @@ mkdata: setup.c
        clang -o mkdata setup.c
 
 install: $(PROG) $(MAN)
-       $(GINSTALL) -Dm755 $(PROG) $(DESTDIR)/usr/games/$(PROG)
-       $(GINSTALL) -Dm644 $(MAN) $(DESTDIR)/usr/share/man/man6/$(MAN)
+       $(GINSTALL) -Dm755 $(PROG) $(DESTDIR)/$(PREFIX)/games/$(PROG)
+       $(GINSTALL) -Dm644 $(MAN) $(DESTDIR)/$(PREFIX)/share/man/man6/$(MAN)
 
 clean:
        rm -f $(CLEANFILES) $(PROG)