diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-23 07:33:47 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-23 07:33:47 +0800 |
commit | e36f9dbee84ccfd7ed078050303a76b569d0ead0 (patch) | |
tree | 4f6e254ed273f40def6ec9e6d94066be8e9c6588 /games/imaze/Makefile | |
parent | 26083abcc9eb48fec93239f2c3257eab60edb1c0 (diff) | |
download | freebsd-ports-gnome-e36f9dbee84ccfd7ed078050303a76b569d0ead0.tar.gz freebsd-ports-gnome-e36f9dbee84ccfd7ed078050303a76b569d0ead0.tar.zst freebsd-ports-gnome-e36f9dbee84ccfd7ed078050303a76b569d0ead0.zip |
awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
Diffstat (limited to 'games/imaze/Makefile')
-rw-r--r-- | games/imaze/Makefile | 6 |
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;\ |