diff options
author | jlam <jlam> | 2000-12-12 16:25:33 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-12-12 16:25:33 +0000 |
commit | 6073f89c3a1db70fa41d69326828f2ee717a8a61 (patch) | |
tree | 6f1e24b1201428816aef48e40c7ae0a3ece00e19 /lang/py-html-docs | |
parent | e1035346b11f7d235d3fddca8410e217ba17ceaf (diff) | |
download | pkgsrc-6073f89c3a1db70fa41d69326828f2ee717a8a61.tar.gz |
Install HTML documentation under ${PREFIX}/share/doc/html.
Diffstat (limited to 'lang/py-html-docs')
-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: |