diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-18 12:07:49 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-07-18 12:07:49 +0000 |
commit | 0b87f79976047c8f4332bbf7dc03146f6b0de79f (patch) | |
tree | 28835f40dbe3d76e3a6fda9aad6f0aecbec6f5b7 /games | |
parent | 7f3c93b7de07382b10f6322cc10203ba493e2898 (diff) | |
download | src-test2-0b87f79976047c8f4332bbf7dc03146f6b0de79f.tar.gz src-test2-0b87f79976047c8f4332bbf7dc03146f6b0de79f.zip |
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/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 |
9 files changed, 12 insertions, 12 deletions
diff --git a/games/battlestar/Makefile b/games/battlestar/Makefile index a6be83c3c073..fc73db98ed82 100644 --- a/games/battlestar/Makefile +++ b/games/battlestar/Makefile @@ -13,7 +13,7 @@ HIDEGAME=hidegame beforeinstall: .if !exists(${DESTDIR}/var/games/battlestar.log) - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ + ${INSTALL} ${COPY} -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 650e784eefb5..eeff9611109d 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} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/games/cfscores .endif diff --git a/games/cribbage/Makefile b/games/cribbage/Makefile index 53448a74d35d..dbffc7b053eb 100644 --- a/games/cribbage/Makefile +++ b/games/cribbage/Makefile @@ -12,7 +12,7 @@ HIDEGAME=hidegame beforeinstall: .if !exists(${DESTDIR}/var/games/criblog) - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/games/criblog .endif diff --git a/games/hack/Makefile b/games/hack/Makefile index ce503afd991e..b00f50fa2850 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} -c -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} /dev/null \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} /dev/null \ ${DESTDIR}/var/games/hackdir/perm .if !exists(${DESTDIR}/var/games/hackdir/record) - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 460 /dev/null \ + ${INSTALL} ${COPY} -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 a15eba61e25a..d31c969ca283 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} -c -o ${BINOWN} -g ${BINGRP} -m 660 /dev/null \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 660 /dev/null \ ${DESTDIR}/var/games/larn/lscore12.0 .endif .if !exists(${DESTDIR}/var/games/larn/llog12.0) - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 660 /dev/null \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 660 /dev/null \ ${DESTDIR}/var/games/larn/llog12.0 .endif diff --git a/games/robots/Makefile b/games/robots/Makefile index 1c2ef0d329fc..dd0fa393e22f 100644 --- a/games/robots/Makefile +++ b/games/robots/Makefile @@ -12,7 +12,7 @@ HIDEGAME=hidegame beforeinstall: .if !exists(${DESTDIR}/var/games/robots_roll) - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ + ${INSTALL} ${COPY} -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 95734e9f33f5..01f458237f18 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} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ + ${INSTALL} ${COPY} -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 c921c83dd01d..216d69981657 100644 --- a/games/sail/Makefile +++ b/games/sail/Makefile @@ -12,7 +12,7 @@ HIDEGAME=hidegame beforeinstall: .if !exists(${DESTDIR}/var/games/saillog) - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ + ${INSTALL} ${COPY} -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 597044d7237a..ada40326d99c 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} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/games/snakerawscores .endif .if !exists(${DESTDIR}/var/games/snake.log) - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/games/snake.log .endif |