summaryrefslogtreecommitdiff
path: root/lang/nawk/Makefile
diff options
context:
space:
mode:
authorcjep <cjep>2002-12-09 00:05:27 +0000
committercjep <cjep>2002-12-09 00:05:27 +0000
commitfeffbabf4eecd3bf01f29d7404fcf4ed666e8db3 (patch)
treed7f884104ffd16ca23db3ddbf0111622dc265438 /lang/nawk/Makefile
parent4f7ef35fba96a23045fc38fc55ef43bd4d2ba2ff (diff)
downloadpkgsrc-feffbabf4eecd3bf01f29d7404fcf4ed666e8db3.tar.gz
1. Respect YACC, CC, CFLAGS as per PR#19013.
2. Update to 20021129. Changes since 20020628 (from FIXES file): modified b.c (with tiny changes in main and run) to support locales, using strcoll and iswhatever tests for posix character classes. thanks to ruslan ermilov (ru@freebsd.org) for code. the function isblank doesn't seem to have propagated to any header file near me, so it's there explicitly. not properly tested on non-ascii character sets by me.
Diffstat (limited to 'lang/nawk/Makefile')
-rw-r--r--lang/nawk/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/nawk/Makefile b/lang/nawk/Makefile
index f72252ab7ea..e626b058190 100644
--- a/lang/nawk/Makefile
+++ b/lang/nawk/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2002/09/26 17:12:43 jschauma Exp $
+# $NetBSD: Makefile,v 1.7 2002/12/09 00:05:27 cjep Exp $
#
DISTNAME= awk
-PKGNAME= nawk-20020628
+PKGNAME= nawk-20021129
CATEGORIES= lang
MASTER_SITES= http://cm.bell-labs.com/who/bwk/
@@ -14,6 +14,7 @@ DIST_SUBDIR= ${PKGNAME}
WRKSRC= ${WRKDIR}
MAKEFILE= makefile
+MAKEFLAGS+= CC=${CC} YACC=${YACC} CFLAGS=${CFLAGS}
ALL_TARGET= a.out
do-install: