]> git.pld-linux.org Git - packages/bsd-games.git/blob - bsd-games-destdir.patch
- one R: textutils is enough
[packages/bsd-games.git] / bsd-games-destdir.patch
1 --- bsd-games-2.13/phantasia/Makefrag.orig      Thu Aug 30 23:55:25 2001
2 +++ bsd-games-2.13/phantasia/Makefrag   Sun Jul 28 11:49:02 2002
3 @@ -41,11 +41,11 @@
4         $(INSTALL_SCORE_GAME) phantasia/phantasia $(INSTALL_PREFIX)$(GAMESDIR)/phantasia
5         $(HIDE_GAME) phantasia
6         (set -e; for f in $(phantasia_VFILES1); do \
7 -           cp phantasia/$$f $(PHANTASIA_DIR)/$$f; \
8 +           cp phantasia/$$f $(INSTALL_PREFIX)$(PHANTASIA_DIR)/$$f; \
9             $(INSTALL_SCORE_FILE) $(PHANTASIA_DIR)/$$f; done)
10         (set -e; for f in $(phantasia_VFILES2); do \
11             if [ ! -e $(PHANTASIA_DIR)/$$f ]; then \
12 -               cp phantasia/$$f $(PHANTASIA_DIR)/$$f; fi; done; \
13 +               cp phantasia/$$f $(INSTALL_PREFIX)$(PHANTASIA_DIR)/$$f; fi; done; \
14             $(INSTALL_SCORE_FILE) $(PHANTASIA_DIR)/scoreboard; \
15             $(INSTALL_SCORE_FILE) -p $(PHANTASIA_DIR)/characs)
16         $(INSTALL_MANUAL) phantasia/phantasia.6
This page took 0.099038 seconds and 3 git commands to generate.