|
Lines 2-8
Link Here
|
| 2 |
# $FreeBSD: head/textproc/ffe/Makefile 405891 2016-01-12 16:20:31Z amdmi3 $ |
2 |
# $FreeBSD: head/textproc/ffe/Makefile 405891 2016-01-12 16:20:31Z amdmi3 $ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= ffe |
4 |
PORTNAME= ffe |
| 5 |
PORTVERSION= 0.3.5 |
5 |
PORTVERSION= 0.3.6 |
| 6 |
CATEGORIES= textproc |
6 |
CATEGORIES= textproc |
| 7 |
MASTER_SITES= SF/ff-extractor/ff-extractor/${PORTVERSION} |
7 |
MASTER_SITES= SF/ff-extractor/ff-extractor/${PORTVERSION} |
| 8 |
|
8 |
|
|
Lines 14-28
Link Here
|
| 14 |
|
14 |
|
| 15 |
USES= makeinfo |
15 |
USES= makeinfo |
| 16 |
GNU_CONFIGURE= yes |
16 |
GNU_CONFIGURE= yes |
|
|
17 |
CONFIGURE_ENV= ac_cv_func_setmode=no |
| 17 |
|
18 |
|
| 18 |
INFO= ffe |
19 |
INFO= ffe |
| 19 |
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz |
20 |
PORTDOCS= ffe.html |
| 20 |
PORTDOCS= ${PORTNAME}.html |
21 |
PLIST_FILES= bin/ffe man/man1/ffe.1.gz |
| 21 |
|
22 |
|
| 22 |
OPTIONS_DEFINE= DOCS |
23 |
OPTIONS_DEFINE= DOCS |
| 23 |
|
24 |
|
| 24 |
post-patch: |
|
|
| 25 |
@${REINPLACE_CMD} -e \ |
| 26 |
's|setmode |setmode123 |' ${WRKSRC}/configure |
| 27 |
|
| 28 |
.include <bsd.port.mk> |
25 |
.include <bsd.port.mk> |