mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Install additional info file.
The flex man page is very brief and points to this info file. PR: ports/139163 Submitted by: Anonymous <swell.k@gmail.com>
This commit is contained in:
parent
3cc2644dc4
commit
ca2a1b412f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245348
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= flex
|
||||
PORTVERSION= 2.5.35
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
@ -24,12 +24,15 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-nls --includedir=${PREFIX}/include/flex
|
||||
USE_GMAKE= yes
|
||||
MAN1= flex.1
|
||||
INFO= flex
|
||||
PLIST_FILES= bin/flex include/flex/FlexLexer.h lib/libfl.a lib/libfl_pic.a
|
||||
PLIST_DIRS= include/flex
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/install-info-recursive//g;s/info-recursive//g' \
|
||||
post-patch: .SILENT
|
||||
${REINPLACE_CMD} \
|
||||
-e 's/po //;s/tests//' ${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's/ install-info-am//' ${WRKSRC}/doc/Makefile.in
|
||||
${REINPLACE_CMD} 's/@MAKEINFO@/& --no-split/g' \
|
||||
${WRKSRC}/doc/Makefile.in
|
||||
${RM} -f ${WRKSRC}/doc/*.info*
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user