diff options
author | agc <agc> | 2001-10-26 14:31:30 +0000 |
---|---|---|
committer | agc <agc> | 2001-10-26 14:31:30 +0000 |
commit | 3226299ac2a98594782d18d8814212860eac6ba7 (patch) | |
tree | fb2d73bc4d62b03c328ba2de804490297a0bcc93 /misc | |
parent | 4bf5f68d25b3da5ad9a6e04c179514b10f8aa80f (diff) | |
download | pkgsrc-3226299ac2a98594782d18d8814212860eac6ba7.tar.gz |
s/chmod/${CHMOD}/
Diffstat (limited to 'misc')
-rw-r--r-- | misc/staroffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/staroffice/Makefile b/misc/staroffice/Makefile index 0684dd57499..64c8136f61f 100644 --- a/misc/staroffice/Makefile +++ b/misc/staroffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/10/26 13:57:26 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2001/10/26 14:31:30 agc Exp $ # DISTNAME= so51a_lnx_${LANGNO} @@ -92,7 +92,7 @@ do-fetch: post-extract: cd ${WRKSRC} && \ unzip -qqXL setup.zip && \ - chmod 0755 setup.bin + ${CHMOD} 0755 setup.bin do-configure: .for file in setup.ins |