From a208a68eab3312844e8630b7c0100fe6b9140c90 Mon Sep 17 00:00:00 2001
From: Steve Price <steve@FreeBSD.org>
Date: Thu, 4 Jun 1998 21:41:37 +0000
Subject: Convert all instances of nawk to awk.

PR:		6811
Submitted by:	Bill Trost <trost@cloud.rain.com>
---
 devel/noweb/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'devel/noweb')

diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile
index 821a81e542d0..fd08734731f0 100644
--- a/devel/noweb/Makefile
+++ b/devel/noweb/Makefile
@@ -3,7 +3,7 @@
 # Date created:		29 July 1995
 # Whom:			Thomas Gellekum <tg@freebsd.org>
 #
-# $Id: Makefile,v 1.9 1997/06/20 06:53:52 tg Exp $
+# $Id: Makefile,v 1.10 1997/09/15 07:22:06 tg Exp $
 #
 
 DISTNAME=	noweb-2.8a
@@ -21,6 +21,9 @@ MAN1=		cpif.1 nodefs.1 noroots.1 noweb.1 noindex.1 \
 		nuweb2noweb.1 notangle.1 sl2h.1 htmltoc.1
 MAN7=		nowebstyle.7 nowebfilters.7
 
+post-build:
+	@(cd ${WRKSRC} && ${WRKSRC}/awkname awk)
+
 .if !defined(NOMANCOMPRESS)
 post-install:
 	@rm ${PREFIX}/man/man1/noweave.1*
@@ -30,4 +33,3 @@ post-install:
 .endif
 
 .include <bsd.port.mk>
-
-- 
cgit v1.2.3