]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - morse/Makefile
Fix merge conflicts
[bsdgames-darwin.git] / morse / Makefile
index 70eba9998f255dd863cf554a3183d509f3eb47c7..7cc3b0535fa8e86bae689c31c333f98963abb045 100644 (file)
@@ -11,7 +11,7 @@ $(PROG): $(SRCS)
        $(STRIP) $(PROG)
 
 install: $(PROG) $(MAN)
-       $(GINSTALL) -Dm755 $(PROG) $(DESTDIR)/usr/games/$(PROG)
+       $(GINSTALL) -Dm755 $(PROG) $(DESTDIR)/$(PREFIX)/games/$(PROG)
 
 clean:
        rm -f $(CLEANFILES) $(PROG)