diff options
-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 |