diff options
author | agc <agc@pkgsrc.org> | 2001-10-26 14:31:30 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-10-26 14:31:30 +0000 |
commit | 63e640ea1d47814335c4d05834957d9c985adb2f (patch) | |
tree | fb2d73bc4d62b03c328ba2de804490297a0bcc93 /misc/staroffice | |
parent | 4f195b7e571dc76b187a2dbe4e43c088d2e2839a (diff) | |
download | pkgsrc-63e640ea1d47814335c4d05834957d9c985adb2f.tar.gz |
s/chmod/${CHMOD}/
Diffstat (limited to 'misc/staroffice')
-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 |