diff options
author | tsarna <tsarna@pkgsrc.org> | 1999-04-14 05:56:45 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1999-04-14 05:56:45 +0000 |
commit | 5fabfe53ee555ea99baff6e5e08af000053b40e1 (patch) | |
tree | f3ef391b571741a4ad87cfc7fe362cb56bbb1737 /lang/py-html-docs/Makefile | |
parent | b9fcf4f12f571d85a8a40e56de84ee6f5001d40f (diff) | |
download | pkgsrc-5fabfe53ee555ea99baff6e5e08af000053b40e1.tar.gz |
Update to 1.5.2b2. If 1.5.2 docs are released before the freeze, great.
If not, these are still better than the 1.5.1 docs.
XXX the issue of where HTML docs should be installed still needs to be
resolved. Left the same for now.
Diffstat (limited to 'lang/py-html-docs/Makefile')
-rw-r--r-- | lang/py-html-docs/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lang/py-html-docs/Makefile b/lang/py-html-docs/Makefile index ffe6f6f0f56..212a7537b42 100644 --- a/lang/py-html-docs/Makefile +++ b/lang/py-html-docs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 1999/04/01 14:07:54 agc Exp $ +# $NetBSD: Makefile,v 1.4 1999/04/14 05:56:45 tsarna Exp $ # -DISTNAME= html-1.5.1 -PKGNAME= py-html-docs-1.5.1 +DISTNAME= html-1.5.2b2 +PKGNAME= py-html-docs-1.5.2b2 CATEGORIES= lang MASTER_SITES= ftp://ftp.python.org/pub/python/doc/ EXTRACT_SUFX= .tgz @@ -10,6 +10,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://www.python.org/doc/ +NO_WRKSUBDIR= yes + NO_CONFIGURE= yes NO_BUILD= yes @@ -19,7 +21,7 @@ PLIST_SRC= ${WRKDIR}/.PLIST_SRC do-install: ${INSTALL_DATA_DIR} ${PREFIX}/${HTMLDIR} ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC} - (cd ${WRKSRC}; pax -r -w -v -p -e . ${PREFIX}/${HTMLDIR}) + (cd ${WRKSRC}; pax -r -w -v -p e [a-z]* ${PREFIX}/${HTMLDIR}) (cd ${PREFIX}; find ${HTMLDIR} -type f -print >>${PLIST_SRC}) (cd ${PREFIX}; find -d ${HTMLDIR} -type d -print | \ ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC}) |