summaryrefslogtreecommitdiff
path: root/textproc/html2text/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/html2text/Makefile')
-rw-r--r--textproc/html2text/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/textproc/html2text/Makefile b/textproc/html2text/Makefile
index 729b24b253a..bf10d45115d 100644
--- a/textproc/html2text/Makefile
+++ b/textproc/html2text/Makefile
@@ -1,19 +1,24 @@
-# $NetBSD: Makefile,v 1.4 2003/07/17 22:54:20 grant Exp $
+# $NetBSD: Makefile,v 1.5 2003/07/31 02:49:52 jschauma Exp $
#
-DISTNAME= html2text-1.2.2
+DISTNAME= html2text-1.3.1
CATEGORIES= textproc
-MASTER_SITES= http://www.gmrs.de/
+MASTER_SITES= http://userpage.fu-berlin.de/~mbayer/tools/
MAINTAINER= rh@NetBSD.org
-HOMEPAGE= http://www.gmrs.de/html2text.html
+HOMEPAGE= http://userpage.fu-berlin.de/~mbayer/tools/html2text.html
COMMENT= Advanced HTML-to-text converter
HAS_CONFIGURE= YES
+CONFIGURE_ENV+= ECHO="${ECHO}"
+
+pre-install:
+ ${GUNZIP_CMD} -d ${WRKSRC}/html2text.1.gz ${WRKSRC}/html2textrc.5.gz
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/html2text ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/html2text.1 ${PREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/html2textrc.4 ${PREFIX}/man/man5/html2textrc.5
+ ${INSTALL_MAN} ${WRKSRC}/html2textrc.5 ${PREFIX}/man/man5/html2textrc.5
.include "../../mk/bsd.pkg.mk"