diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /japanese/pgp.language | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) | |
download | ports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes:
svn path=/head/; revision=20885
Diffstat (limited to 'japanese/pgp.language')
-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 8a7b80be4c03..13120b59ad3a 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}; \ |