diff options
Diffstat (limited to 'textproc/html/Makefile')
-rw-r--r-- | textproc/html/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/html/Makefile b/textproc/html/Makefile index 691ab2988bd..e65f7a45beb 100644 --- a/textproc/html/Makefile +++ b/textproc/html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/04/11 21:47:35 tv Exp $ +# $NetBSD: Makefile,v 1.15 2005/05/16 01:15:33 jlam Exp $ # DISTNAME= html-4.01 @@ -19,6 +19,8 @@ NO_MTREE= yes EXTRACT_ONLY= # empty NO_BUILD= yes +PKGSRC_USE_TOOLS+= gtar + INSTDIR= ${PREFIX}/share/sgml/html ISOCAT= ${PREFIX}/share/sgml/iso8879/catalog |