summaryrefslogtreecommitdiff
path: root/games/mangband
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-22 23:33:47 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-22 23:33:47 +0000
commit235481b52a44969361f4c688e6e9d10798bd35d9 (patch)
treed4069fbea1d4f696753c9b5ab1500babadc62de2 /games/mangband
parentmake figlist and showfigfonts executable (diff)
awk -> ${AWK}
basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
Notes
Notes: svn path=/head/; revision=20898
Diffstat (limited to 'games/mangband')
-rw-r--r--games/mangband/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/mangband/Makefile b/games/mangband/Makefile
index ba03b80283d9..bd77ef3447fc 100644
--- a/games/mangband/Makefile
+++ b/games/mangband/Makefile
@@ -3,7 +3,7 @@
# Version required: 0.5.4
# Date created: 30 Dec 1998
#
-# $Id: Makefile,v 1.1.1.1 1999/01/01 03:14:08 ache Exp $
+# $Id: Makefile,v 1.2 1999/08/22 18:57:56 mharo Exp $
#
DISTNAME= mangband-054
@@ -22,7 +22,7 @@ MALIB= ${PREFIX}/lib/mangband
do-install:
${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 555 ${MALIB}
- cd ${WRKSRC}/../lib; cp -R -p * ${MALIB}; \
+ cd ${WRKSRC}/../lib; ${CP} -R -p * ${MALIB}; \
cd ${MALIB}; \
touch file/wizards.txt; \
${CHMOD} 750 *; ${CHOWN} -R games.games *; \