# $NetBSD: Makefile,v 1.5 1999/05/01 20:14:46 tsarna Exp $ # DISTNAME= html-1.5.2 PKGNAME= py-html-docs-1.5.2 CATEGORIES= lang MASTER_SITES= ftp://ftp.python.org/pub/python/doc/ EXTRACT_SUFX= .tgz MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://www.python.org/doc/ NO_WRKSUBDIR= yes NO_CONFIGURE= yes NO_BUILD= yes HTMLDIR= share/doc/python-html 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 [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}) .include "../../mk/bsd.pkg.mk"