diff options
Diffstat (limited to 'lang/py25-html-docs/Makefile')
-rw-r--r-- | lang/py25-html-docs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/py25-html-docs/Makefile b/lang/py25-html-docs/Makefile index 78ec3316173..595fc3f787d 100644 --- a/lang/py25-html-docs/Makefile +++ b/lang/py25-html-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/06/14 22:58:03 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2009/07/22 09:28:15 wiz Exp $ # DISTNAME= html-2.5.2 @@ -27,7 +27,6 @@ PLIST_SRC= ${WRKDIR}/.PLIST_SRC INSTALLATION_DIRS= ${HTMLDIR} do-install: - ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC} cd ${WRKSRC} && pax -rw -pe [a-z]* ${DESTDIR}${PREFIX}/${HTMLDIR} cd ${DESTDIR}${PREFIX} && ${FIND} ${HTMLDIR} -type f -print >>${PLIST_SRC} |