summaryrefslogtreecommitdiff
path: root/games/imaze
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/imaze
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/imaze')
-rw-r--r--games/imaze/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/imaze/Makefile b/games/imaze/Makefile
index 2883ac855f7a..f9eee516a28e 100644
--- a/games/imaze/Makefile
+++ b/games/imaze/Makefile
@@ -3,7 +3,7 @@
# Date created: 27. April 1996
# Whom: Ronald Kuehn <kuehn@rz.tu-clausthal.de>
#
-# $Id: Makefile,v 1.13 1999/02/22 04:00:32 steve Exp $
+# $Id: Makefile,v 1.14 1999/05/04 23:18:09 steve Exp $
#
DISTNAME= imaze
@@ -53,10 +53,10 @@ do-install:
@(cd ${WRKSRC}/man6 && for f in *.6;\
do ${INSTALL_MAN} $$f ${PREFIX}/man/man6;\
${compresscommand} ${PREFIX}/man/man6/$$f; done)
- @mkdir -p ${PREFIX}/share/imaze/labs
+ @${MKDIR} ${PREFIX}/share/imaze/labs
@(cd ${WRKSRC}/labs && for f in *.lab;\
do ${INSTALL_DATA} $$f ${PREFIX}/share/imaze/labs; done)
- @mkdir -p ${SOUNDDIR}
+ @${MKDIR} ${SOUNDDIR}
@(cd ${WRKSRC}/sounds && for f in *.au;\
do ${INSTALL_DATA} $$f ${SOUNDDIR}; done)
@(cd ${WRKSRC} && for f in Xdefaults.Motif Xdefaults.OpenWindows;\