diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-08-07 16:32:02 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-08-07 16:32:02 +0000 |
| commit | 4e917b201a470b8f2966be487371644623ebf271 (patch) | |
| tree | 5682b4783e5dc211cb462d46595790f931f827d6 /games | |
| parent | e08b9eb2dc6ab357b1e80eefa6180bba69b91a55 (diff) | |
Notes
Diffstat (limited to 'games')
| -rw-r--r-- | games/battlestar/Makefile | 2 | ||||
| -rw-r--r-- | games/canfield/canfield/Makefile | 2 | ||||
| -rw-r--r-- | games/cribbage/Makefile | 2 | ||||
| -rw-r--r-- | games/hack/Makefile | 4 | ||||
| -rw-r--r-- | games/larn/Makefile | 4 | ||||
| -rw-r--r-- | games/phantasia/Makefile | 2 | ||||
| -rw-r--r-- | games/robots/Makefile | 2 | ||||
| -rw-r--r-- | games/rogue/Makefile | 2 | ||||
| -rw-r--r-- | games/sail/Makefile | 2 | ||||
| -rw-r--r-- | games/snake/snake/Makefile | 4 |
10 files changed, 13 insertions, 13 deletions
diff --git a/games/battlestar/Makefile b/games/battlestar/Makefile index ede7c3a8b38f..1bdac6523f0e 100644 --- a/games/battlestar/Makefile +++ b/games/battlestar/Makefile @@ -13,7 +13,7 @@ HIDEGAME=hidegame beforeinstall: .if !exists(${DESTDIR}/var/games/battlestar.log) - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ + ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/games/battlestar.log .endif diff --git a/games/canfield/canfield/Makefile b/games/canfield/canfield/Makefile index 76f5f646b5e8..6492c7e93a26 100644 --- a/games/canfield/canfield/Makefile +++ b/games/canfield/canfield/Makefile @@ -10,7 +10,7 @@ MLINKS= canfield.6 cfscores.6 beforeinstall: .if !exists(${DESTDIR}/var/games/cfscores) - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ + ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/games/cfscores .endif diff --git a/games/cribbage/Makefile b/games/cribbage/Makefile index b1e637e303c0..9ee21fb03e1f 100644 --- a/games/cribbage/Makefile +++ b/games/cribbage/Makefile @@ -12,7 +12,7 @@ HIDEGAME=hidegame beforeinstall: .if !exists(${DESTDIR}/var/games/criblog) - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ + ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/games/criblog .endif diff --git a/games/hack/Makefile b/games/hack/Makefile index b00f50fa2850..eaf19e50c457 100644 --- a/games/hack/Makefile +++ b/games/hack/Makefile @@ -34,10 +34,10 @@ makedefs: makedefs.o ${CC} -static ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC} beforeinstall: - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} /dev/null \ + ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} /dev/null \ ${DESTDIR}/var/games/hackdir/perm .if !exists(${DESTDIR}/var/games/hackdir/record) - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 460 /dev/null \ + ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 460 /dev/null \ ${DESTDIR}/var/games/hackdir/record .endif # rm -f ${DESTDIR}/var/games/hackdir/bones* \ diff --git a/games/larn/Makefile b/games/larn/Makefile index d31c969ca283..b74886fec779 100644 --- a/games/larn/Makefile +++ b/games/larn/Makefile @@ -68,11 +68,11 @@ HIDEGAME=hidegame beforeinstall: .if !exists(${DESTDIR}/var/games/larn/lscore12.0) - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 660 /dev/null \ + ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 660 /dev/null \ ${DESTDIR}/var/games/larn/lscore12.0 .endif .if !exists(${DESTDIR}/var/games/larn/llog12.0) - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 660 /dev/null \ + ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 660 /dev/null \ ${DESTDIR}/var/games/larn/llog12.0 .endif diff --git a/games/phantasia/Makefile b/games/phantasia/Makefile index 947b113cbe0d..414ec9827017 100644 --- a/games/phantasia/Makefile +++ b/games/phantasia/Makefile @@ -27,7 +27,7 @@ setup: cross-phantglobs.o setup.o ${LIBM} beforeinstall: .for file in ${DATAFILES} .if !exists(${DESTDIR}/var/games/phantasia/${file}) - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 660 \ + ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 660 \ ${file} ${DESTDIR}/var/games/phantasia .endif .endfor diff --git a/games/robots/Makefile b/games/robots/Makefile index 4b1d77af7f2f..b0a83321fa29 100644 --- a/games/robots/Makefile +++ b/games/robots/Makefile @@ -12,7 +12,7 @@ HIDEGAME=hidegame beforeinstall: .if !exists(${DESTDIR}/var/games/robots_roll) - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ + ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/games/robots_roll .endif diff --git a/games/rogue/Makefile b/games/rogue/Makefile index fdda8219bfbd..71efb98baad9 100644 --- a/games/rogue/Makefile +++ b/games/rogue/Makefile @@ -13,7 +13,7 @@ MAN= rogue.6 beforeinstall: .if !exists(${DESTDIR}/var/games/rogue.scores) - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ + ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/games/rogue.scores .endif diff --git a/games/sail/Makefile b/games/sail/Makefile index a75d07543614..585ff84f6a09 100644 --- a/games/sail/Makefile +++ b/games/sail/Makefile @@ -12,7 +12,7 @@ HIDEGAME=hidegame beforeinstall: .if !exists(${DESTDIR}/var/games/saillog) - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ + ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/games/saillog .endif diff --git a/games/snake/snake/Makefile b/games/snake/snake/Makefile index ada40326d99c..68b82e80c173 100644 --- a/games/snake/snake/Makefile +++ b/games/snake/snake/Makefile @@ -11,11 +11,11 @@ MLINKS= snake.6 snscore.6 beforeinstall: .if !exists(${DESTDIR}/var/games/snakerawscores) - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ + ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/games/snakerawscores .endif .if !exists(${DESTDIR}/var/games/snake.log) - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ + ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/games/snake.log .endif |
