diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
commit | 54a9de1bc46c49543c5fc07b6128d0f18b5c4023 (patch) | |
tree | 63ca8b1b366b8d64e4d645959252f91f9d55ab5f /russian/X.language | |
parent | 929e461fb30940a507219f54c08472fb7347d37a (diff) | |
download | FreeBSD-ports-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.zip FreeBSD-ports-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.tar.gz |
expr -> ${EXPR}
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
Diffstat (limited to 'russian/X.language')
-rw-r--r-- | russian/X.language/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/russian/X.language/Makefile b/russian/X.language/Makefile index 0cf8738..2ed41f7 100644 --- a/russian/X.language/Makefile +++ b/russian/X.language/Makefile @@ -3,7 +3,7 @@ # Date created: 31 Aug 1995 # Whom: ache # -# $Id: Makefile,v 1.22 1999/08/22 18:59:49 mharo Exp $ +# $Id: Makefile,v 1.23 1999/08/22 23:33:18 mharo Exp $ # DISTNAME= ru-X11-3.3 @@ -32,7 +32,7 @@ CYRF = ${XLIB}/fonts/cyrillic #Be careful to not delete embedded tab characters do-install: -if [ ! -d ${CYRF}.old ]; then \ - mv ${CYRF} ${CYRF}.old; \ + ${MV} ${CYRF} ${CYRF}.old; \ fi -${MKDIR} ${CYRF}/100dpi -${MKDIR} ${CYRF}/75dpi |