aboutsummaryrefslogtreecommitdiffstats
path: root/russian/pgp.language
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/pgp.language
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/pgp.language')
-rw-r--r--russian/pgp.language/Makefile4
1 files changed, 2 insertions, 2 deletions
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; }