aboutsummaryrefslogtreecommitdiffstats
path: root/russian
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-28 10:42:41 +0800
committermharo <mharo@FreeBSD.org>1999-08-28 10:42:41 +0800
commit54a9de1bc46c49543c5fc07b6128d0f18b5c4023 (patch)
tree63ca8b1b366b8d64e4d645959252f91f9d55ab5f /russian
parent929e461fb30940a507219f54c08472fb7347d37a (diff)
downloadfreebsd-ports-gnome-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.tar.gz
freebsd-ports-gnome-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.tar.zst
freebsd-ports-gnome-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.zip
expr -> ${EXPR}
mv -> ${MV} rm -> ${RM} tr -> ${TR}
Diffstat (limited to 'russian')
-rw-r--r--russian/X.language/Makefile4
-rw-r--r--russian/pgp.language/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/russian/X.language/Makefile b/russian/X.language/Makefile
index 0cf8738b9273..2ed41f7824dc 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
diff --git a/russian/pgp.language/Makefile b/russian/pgp.language/Makefile
index 0763eab7fcef..0dab812f37c9 100644
--- a/russian/pgp.language/Makefile
+++ b/russian/pgp.language/Makefile
@@ -3,7 +3,7 @@
# Date created: 4 May 1995
# Whom: ache
#
-# $Id: Makefile,v 1.24 1999/08/23 04:23:40 mharo Exp $
+# $Id: Makefile,v 1.25 1999/08/28 02:17:28 mharo Exp $
#
DISTNAME= pgp26ru
@@ -27,7 +27,7 @@ OBJS= language.txt ru.hlp
do-install:
[ -d ${PGPLIB} ] || ${MKDIR} ${PGPLIB}
cd ${WRKSRC}; install -c -o bin -g bin -m 444 ${OBJS} ${PGPLIB}
- cd ${WRKSRC}; tr -d '\015' < NOTES.ru > ${PGPLIB}/NOTES.ru
+ cd ${WRKSRC}; ${TR} -d '\015' < NOTES.ru > ${PGPLIB}/NOTES.ru
cd ${PGPLIB}; ${GREP} -l -q '^Language.*=.*ru' config.txt || { \
${CP} config.txt config.txt.bak; \
${SED} 's/^Language.*=.*$$/Language = ru/' < config.txt.bak > config.txt; }