forked from Lainports/freebsd-ports
- 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:
parent
1030d6f220
commit
0c0c5d528f
1 changed files with 4 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue