diff options
Diffstat (limited to 'textproc/html2wml/Makefile')
-rw-r--r-- | textproc/html2wml/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/html2wml/Makefile b/textproc/html2wml/Makefile index 95ff37c0b91..ec8db3afcbe 100644 --- a/textproc/html2wml/Makefile +++ b/textproc/html2wml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/04/11 21:47:35 tv Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/17 03:50:36 jlam Exp $ DISTNAME= html2wml-0.4.8r2 PKGNAME= html2wml-0.4.8.2 @@ -19,6 +19,8 @@ NO_BUILD= # defined REPLACE_PERL= ${WRKSRC}/html2wml.cgi +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/html2wml.cgi ${PREFIX}/bin/html2wml ${INSTALL_MAN} ${WRKSRC}/doc/html2wml.man ${PREFIX}/man/man1/html2wml.1 |