summaryrefslogtreecommitdiff
path: root/lang/py-html-docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/py-html-docs/Makefile')
-rw-r--r--lang/py-html-docs/Makefile10
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})