diff options
author | jlam <jlam@pkgsrc.org> | 2000-12-12 16:25:33 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-12-12 16:25:33 +0000 |
commit | 7eb54c8a4ac4515eea83c46938f700a0f33e586f (patch) | |
tree | 6f1e24b1201428816aef48e40c7ae0a3ece00e19 /lang | |
parent | eeacd671b6ca4a13f3658ce89caf6cfb3f2986d7 (diff) | |
download | pkgsrc-7eb54c8a4ac4515eea83c46938f700a0f33e586f.tar.gz |
Install HTML documentation under ${PREFIX}/share/doc/html.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/py-html-docs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/py-html-docs/Makefile b/lang/py-html-docs/Makefile index 4e315ec6289..748e1b0bca6 100644 --- a/lang/py-html-docs/Makefile +++ b/lang/py-html-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/10/22 20:01:50 tsarna Exp $ +# $NetBSD: Makefile,v 1.9 2000/12/12 16:25:33 jlam Exp $ # DISTNAME= html-2.0 @@ -17,7 +17,7 @@ NO_WRKSUBDIR= yes NO_CONFIGURE= yes NO_BUILD= yes -HTMLDIR= share/doc/python-html +HTMLDIR= share/doc/html/python PLIST_SRC= ${WRKDIR}/.PLIST_SRC do-install: |