summaryrefslogtreecommitdiffstats
path: root/games/phantasia/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-07-25 00:37:58 +0000
committerbde <bde@FreeBSD.org>1995-07-25 00:37:58 +0000
commitf5284ed86d0500b99cc17d456bcee60b5ab265a5 (patch)
tree67449d23a48a9e1b2ffd0a92e0f11275368bb4b0 /games/phantasia/Makefile
parent4325752c55741edf77fb2f1d08e1c059a8a3c225 (diff)
downloadFreeBSD-src-f5284ed86d0500b99cc17d456bcee60b5ab265a5.zip
FreeBSD-src-f5284ed86d0500b99cc17d456bcee60b5ab265a5.tar.gz
Change `install' to `${INSTALL}' so that default install flags can be
specified in the top level Makefiles.
Diffstat (limited to 'games/phantasia/Makefile')
-rw-r--r--games/phantasia/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/games/phantasia/Makefile b/games/phantasia/Makefile
index 7c61916..8e6eccc 100644
--- a/games/phantasia/Makefile
+++ b/games/phantasia/Makefile
@@ -16,16 +16,16 @@ setup: phantglobs.o setup.o monsters.asc ${LIBM}
beforeinstall:
./setup -m ${.CURDIR}/monsters.asc
- install -c -m 660 -o games -g bin gold ${DESTDIR}/var/games/phantasia
- install -c -m 660 -o games -g bin lastdead ${DESTDIR}/var/games/phantasia
- install -c -m 660 -o games -g bin mess ${DESTDIR}/var/games/phantasia
- install -c -m 660 -o games -g bin monsters ${DESTDIR}/var/games/phantasia
- install -c -m 660 -o games -g bin motd ${DESTDIR}/var/games/phantasia
- install -c -m 660 -o games -g bin characs ${DESTDIR}/var/games/phantasia
- install -c -m 660 -o games -g bin scoreboard ${DESTDIR}/var/games/phantasia
- install -c -m 660 -o games -g bin void ${DESTDIR}/var/games/phantasia
-
-# Make Phantasia map. Change the map commands reflect your installation.
+ ${INSTALL} -c -m 660 -o games -g bin gold ${DESTDIR}/var/games/phantasia
+ ${INSTALL} -c -m 660 -o games -g bin lastdead ${DESTDIR}/var/games/phantasia
+ ${INSTALL} -c -m 660 -o games -g bin mess ${DESTDIR}/var/games/phantasia
+ ${INSTALL} -c -m 660 -o games -g bin monsters ${DESTDIR}/var/games/phantasia
+ ${INSTALL} -c -m 660 -o games -g bin motd ${DESTDIR}/var/games/phantasia
+ ${INSTALL} -c -m 660 -o games -g bin characs ${DESTDIR}/var/games/phantasia
+ ${INSTALL} -c -m 660 -o games -g bin scoreboard ${DESTDIR}/var/games/phantasia
+ ${INSTALL} -c -m 660 -o games -g bin void ${DESTDIR}/var/games/phantasia
+
+# Make Phantasia map. Change the map commands reflect your ${INSTALL}ation.
# PLOTDEVICE is used for plotting the map. Change as appropriate.
map: map.c
OpenPOWER on IntegriCloud