aboutsummaryrefslogtreecommitdiffstats
path: root/korean/pgp.language
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-23 03:01:07 +0800
committermharo <mharo@FreeBSD.org>1999-08-23 03:01:07 +0800
commit89e9e517a9f1c97f22317b99b12b1133075eab02 (patch)
treefaad1b92712e2988cd55bc71cc77494abb6ed655 /korean/pgp.language
parent164234dfead0f28fb873b763e6f378cb3313f426 (diff)
downloadfreebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz
freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.zst
freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.zip
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'korean/pgp.language')
-rw-r--r--korean/pgp.language/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/korean/pgp.language/Makefile b/korean/pgp.language/Makefile
index 72b25edb8d37..01cced7d6286 100644
--- a/korean/pgp.language/Makefile
+++ b/korean/pgp.language/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 Jul 1998
# Whom: CHOI Junho <cjh@kr.freebsd.org>
#
-# $Id: Makefile,v 1.4 1999/05/01 12:34:32 jseger Exp $
+# $Id: Makefile,v 1.5 1999/07/22 04:39:57 cpiazza Exp $
#
# This is based on ja-pgp.
#
@@ -35,8 +35,8 @@ OBJS= language.txt ${PGP_LANG}.hlp README.${PGP_LANG} \
do-install:
-[ -d ${PGPLIB} ] || { \
${MKDIR} ${PGPLIB} ; \
- chown bin.bin ${PGPLIB} ; \
- chmod 555 ${PGPLIB} ; }
+ ${CHOWN} bin.bin ${PGPLIB} ; \
+ ${CHMOD} 555 ${PGPLIB} ; }
-[ -f ${PGPLIB}/language.txt ] && \
${MV} ${PGPLIB}/language.txt ${PGPLIB}/language.txt.bak
@cd ${WRKDIR}; \