- 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)
This commit is contained in:
Philip M. Gollucci 2010-09-09 21:51:23 +00:00
parent 1030d6f220
commit 0c0c5d528f

View file

@ -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>