summaryrefslogtreecommitdiff
path: root/lang/gawk
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-09-09 21:51:23 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-09-09 21:51:23 +0000
commit0c0c5d528f4cd08b5da3e59f74cbe01e2ff27fb4 (patch)
treebac7b610358f77239b69be3b1e5e8aa1c8c4eb48 /lang/gawk
parent- Update to 1.0.2 (diff)
- prevent makeinfo banner from appearing in info/dir
PR: ports/146826 Submitted by: Anonymous <swell.k@gmail.com> Approved by: maintainer timeout (krion ; 110 days)
Notes
Notes: svn path=/head/; revision=260885
Diffstat (limited to 'lang/gawk')
-rw-r--r--lang/gawk/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile
index 0688a6003c4b..a54a541d0576 100644
--- a/lang/gawk/Makefile
+++ b/lang/gawk/Makefile
@@ -6,7 +6,7 @@
PORTNAME= gawk
PORTVERSION= 3.1.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gawk
@@ -33,4 +33,7 @@ CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
+post-extract:
+ @${RM} -f ${WRKSRC}/doc/*.info
+
.include <bsd.port.mk>