summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-07-29 09:40:17 +0000
committerru <ru@FreeBSD.org>2002-07-29 09:40:17 +0000
commita8adf98c8204f370670e5624e9e11b497b7c97e8 (patch)
tree5612f3de1042a85c3a65ed7da6124c3d8da3d097 /games
parent3a86ff2aeb2a498c6d51422bae381540233c6946 (diff)
downloadFreeBSD-src-a8adf98c8204f370670e5624e9e11b497b7c97e8.zip
FreeBSD-src-a8adf98c8204f370670e5624e9e11b497b7c97e8.tar.gz
Drop support for COPY, -c has been the default mode of install(1)
for a long time now. Approved by: bde
Diffstat (limited to 'games')
-rw-r--r--games/battlestar/Makefile2
-rw-r--r--games/canfield/canfield/Makefile2
-rw-r--r--games/cribbage/Makefile2
-rw-r--r--games/hack/Makefile4
-rw-r--r--games/larn/Makefile4
-rw-r--r--games/phantasia/Makefile2
-rw-r--r--games/robots/Makefile2
-rw-r--r--games/rogue/Makefile2
-rw-r--r--games/sail/Makefile2
-rw-r--r--games/snake/snake/Makefile4
10 files changed, 13 insertions, 13 deletions
diff --git a/games/battlestar/Makefile b/games/battlestar/Makefile
index fc73db9..d4f8631 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 eeff961..421bb7c 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 dbffc7b..5faeccd 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 b00f50f..eaf19e5 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 d31c969..b74886f 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 4d1b992..8c79652 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 dd0fa39..3e26d85 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 01f4582..7e3eea9 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 216d699..1a2a278 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 ada4032..68b82e8 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
OpenPOWER on IntegriCloud