aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-11-03 22:56:49 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-11-03 22:56:49 +0000
commite41ad916ad9a4886adb2a0d022e1deb0f325a37e (patch)
tree165896e2455eef0cfd5d79aa4e8190ace52a599f /textproc
parent7d59899f0ce59584df22c4b55561c0b9ab9d1199 (diff)
downloadports-e41ad916ad9a4886adb2a0d022e1deb0f325a37e.tar.gz
ports-e41ad916ad9a4886adb2a0d022e1deb0f325a37e.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/html2text/Makefile4
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>