aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-11-04 06:56:49 +0800
committereadler <eadler@FreeBSD.org>2013-11-04 06:56:49 +0800
commitfd5a6374f6aa62655942140b061fb9ed8665fa7d (patch)
tree165896e2455eef0cfd5d79aa4e8190ace52a599f
parentd5ed90d8bb10feacf46cebc1154fa14d3fa506f2 (diff)
downloadfreebsd-ports-gnome-fd5a6374f6aa62655942140b061fb9ed8665fa7d.tar.gz
freebsd-ports-gnome-fd5a6374f6aa62655942140b061fb9ed8665fa7d.tar.zst
freebsd-ports-gnome-fd5a6374f6aa62655942140b061fb9ed8665fa7d.zip
Simplify Makefile
-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>