mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Convert all instances of nawk to awk.
PR: 6811 Submitted by: Bill Trost <trost@cloud.rain.com>
This commit is contained in:
parent
00ea68f1b3
commit
a208a68eab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11260
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user