diff options
author | wiz <wiz> | 2009-07-22 09:28:15 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-07-22 09:28:15 +0000 |
commit | 040e1a8fd61e82bb6efec683491b7f37269de501 (patch) | |
tree | 114d2d946f3936c816458b57dc88d3bfafbec9fc /lang/py24-html-docs | |
parent | dfecbea27ce609943b8780bfc9b57a3dca02ae0b (diff) | |
download | pkgsrc-040e1a8fd61e82bb6efec683491b7f37269de501.tar.gz |
Remove empty PLIST.pre.
Diffstat (limited to 'lang/py24-html-docs')
-rw-r--r-- | lang/py24-html-docs/Makefile | 3 | ||||
-rw-r--r-- | lang/py24-html-docs/PLIST.pre | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/lang/py24-html-docs/Makefile b/lang/py24-html-docs/Makefile index 8561e98099d..955c789d97e 100644 --- a/lang/py24-html-docs/Makefile +++ b/lang/py24-html-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/06/14 22:58:03 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2009/07/22 09:28:15 wiz Exp $ # DISTNAME= html-2.4.3 @@ -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} diff --git a/lang/py24-html-docs/PLIST.pre b/lang/py24-html-docs/PLIST.pre deleted file mode 100644 index 685781e4b21..00000000000 --- a/lang/py24-html-docs/PLIST.pre +++ /dev/null @@ -1 +0,0 @@ -@comment $NetBSD: PLIST.pre,v 1.1.1.1 2004/12/29 06:32:10 minskim Exp $ |