diff options
author | sat <sat@FreeBSD.org> | 2008-03-18 18:25:24 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2008-03-18 18:25:24 +0800 |
commit | b2d31f3a247d152f8eb2b3259c62005a7fc7f229 (patch) | |
tree | 906b004e1d56a658fd1f4f9bcabb12a1f6beeccc /textproc/ffe/Makefile | |
parent | 17d7f28d6887f71dd88632ef0ba057860fa94ae1 (diff) | |
download | freebsd-ports-gnome-b2d31f3a247d152f8eb2b3259c62005a7fc7f229.tar.gz freebsd-ports-gnome-b2d31f3a247d152f8eb2b3259c62005a7fc7f229.tar.zst freebsd-ports-gnome-b2d31f3a247d152f8eb2b3259c62005a7fc7f229.zip |
- Update to 0.2.5
Diffstat (limited to 'textproc/ffe/Makefile')
-rw-r--r-- | textproc/ffe/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/ffe/Makefile b/textproc/ffe/Makefile index fab01a577b19..7e58fd258ab7 100644 --- a/textproc/ffe/Makefile +++ b/textproc/ffe/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ffe -PORTVERSION= 0.2.4 +PORTVERSION= 0.2.5 CATEGORIES= textproc MASTER_SITES= SFE/ff-extractor @@ -20,11 +20,12 @@ PORTDOCS= ${PORTNAME}.html post-patch: @${REINPLACE_CMD} -e 's/^install-data-am: install-htmlDATA install-info-am install-man/install-data-am: install-man/' ${WRKSRC}/doc/Makefile.in + @${REINPLACE_CMD} -e 's|setmode|setmode123|g' ${WRKSRC}/configure post-install: .ifndef NOPORTDOCS @${INSTALL} -d ${DOCSDIR}/ - @${INSTALL_DATA} ${WRKSRC}/doc/${PORTDOCS} ${DOCSDIR}/ + @cd ${WRKSRC}/doc/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ .endif .include <bsd.port.mk> |