diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 89e9e517a9f1c97f22317b99b12b1133075eab02 (patch) | |
tree | faad1b92712e2988cd55bc71cc77494abb6ed655 /japanese/pgp.language/Makefile | |
parent | 164234dfead0f28fb873b763e6f378cb3313f426 (diff) | |
download | FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.zip FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'japanese/pgp.language/Makefile')
-rw-r--r-- | japanese/pgp.language/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/pgp.language/Makefile b/japanese/pgp.language/Makefile index 8a7b80b..13120b5 100644 --- a/japanese/pgp.language/Makefile +++ b/japanese/pgp.language/Makefile @@ -3,7 +3,7 @@ # Date created: 9 May 1997 # Whom: Hironori Ikura <hikura@kaisei.org> # -# $Id: Makefile,v 1.5 1999/02/03 11:11:49 asami Exp $ +# $Id: Makefile,v 1.6 1999/05/01 12:34:27 jseger Exp $ # DISTNAME= pgp263i-${PGP_LANGUAGE} @@ -32,8 +32,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 ${WRKSRC}; \ |