diff options
author | wiz <wiz> | 2000-02-05 06:59:43 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-02-05 06:59:43 +0000 |
commit | cc59f7207a8b2403dfc12969db84c20886d9ceba (patch) | |
tree | f0a0ff64de9016e55a510a99d946b9a9919293be /textproc/glimpse/Makefile | |
parent | 8519c081c97a13ba7f80617f7fa6cf6cf0a04a45 (diff) | |
download | pkgsrc-cc59f7207a8b2403dfc12969db84c20886d9ceba.tar.gz |
chmod -> ${CHMOD}
Diffstat (limited to 'textproc/glimpse/Makefile')
-rw-r--r-- | textproc/glimpse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/glimpse/Makefile b/textproc/glimpse/Makefile index 84a3b656b1e..7e6277420fd 100644 --- a/textproc/glimpse/Makefile +++ b/textproc/glimpse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/12/03 12:39:42 frueauf Exp $ +# $NetBSD: Makefile,v 1.8 2000/02/05 06:59:43 wiz Exp $ # FreeBSD Id: Makefile,v 1.12 1997/07/17 19:29:07 andreas Exp # @@ -15,7 +15,7 @@ NO_CDROM= "Restrictive copyright (don't sell for profit)" GNU_CONFIGURE= yes pre-configure: - chmod ugo+x ${WRKSRC}/configure + ${CHMOD} ugo+x ${WRKSRC}/configure post-configure: ${CP} -f ${FILESDIR}/autoconf.h \ |