From fd5a6374f6aa62655942140b061fb9ed8665fa7d Mon Sep 17 00:00:00 2001 From: eadler Date: Sun, 3 Nov 2013 22:56:49 +0000 Subject: Simplify Makefile --- textproc/html2text/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'textproc') 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 - 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 -- cgit