diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-11-03 22:56:49 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-11-03 22:56:49 +0000 |
commit | e41ad916ad9a4886adb2a0d022e1deb0f325a37e (patch) | |
tree | 165896e2455eef0cfd5d79aa4e8190ace52a599f /textproc | |
parent | 7d59899f0ce59584df22c4b55561c0b9ab9d1199 (diff) | |
download | ports-e41ad916ad9a4886adb2a0d022e1deb0f325a37e.tar.gz ports-e41ad916ad9a4886adb2a0d022e1deb0f325a37e.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/html2text/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/textproc/html2text/Makefile b/textproc/html2text/Makefile index 71fa9e236b9b..cd5a2b1a9417 100644 --- a/textproc/html2text/Makefile +++ b/textproc/html2text/Makefile @@ -22,8 +22,6 @@ CONFLICTS= py27-html2text-[0-9]* PORTSCOUT= skipb:0 skipv:1.3.2 -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e '/echo=/s/ -e//' ${WRKSRC}/configure .for fle in Makefile.in libstd/Makefile.in @@ -38,11 +36,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/html2text ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/html2text.1.gz ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/html2textrc.5.gz ${STAGEDIR}${MANPREFIX}/man/man5 -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} .for fle in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${fle} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include <bsd.port.mk> |