pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/dillo Do not install the doc/Makefile*. They are ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24fc541f4e87
branches:  trunk
changeset: 495717:24fc541f4e87
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Jun 19 00:13:30 2005 +0000

description:
Do not install the doc/Makefile*.  They are not needed, and contains
paths that triggers CHECK_WRKREF errors.

diffstat:

 www/dillo/Makefile |  6 ++++--
 www/dillo/PLIST    |  5 +----
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs (41 lines):

diff -r e0684ebc7587 -r 24fc541f4e87 www/dillo/Makefile
--- a/www/dillo/Makefile        Sun Jun 19 00:10:45 2005 +0000
+++ b/www/dillo/Makefile        Sun Jun 19 00:13:30 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2005/06/02 18:11:34 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2005/06/19 00:13:30 kristerw Exp $
 
 DISTNAME=      dillo-0.8.4
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  http://dillo.auriga.wearlab.de/download/
 EXTRACT_SUFX=  .tar.bz2
@@ -29,7 +30,8 @@
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dillo
-       ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/dillo
+       ${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${PREFIX}/share/doc/dillo
+       ${INSTALL_DATA} ${WRKSRC}/doc/README ${PREFIX}/share/doc/dillo
        ${INSTALL_DATA_DIR} ${EGDIR}
        ${INSTALL_DATA} ${WRKSRC}/dillorc ${EGDIR}/dillorc.default
 
diff -r e0684ebc7587 -r 24fc541f4e87 www/dillo/PLIST
--- a/www/dillo/PLIST   Sun Jun 19 00:10:45 2005 +0000
+++ b/www/dillo/PLIST   Sun Jun 19 00:13:30 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2005/01/04 14:09:17 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.11 2005/06/19 00:13:30 kristerw Exp $
 bin/dillo
 bin/dpid
 bin/dpidc
@@ -21,9 +21,6 @@
 share/doc/dillo/HtmlParser.txt
 share/doc/dillo/IO.txt
 share/doc/dillo/Images.txt
-share/doc/dillo/Makefile
-share/doc/dillo/Makefile.am
-share/doc/dillo/Makefile.in
 share/doc/dillo/NC_design.txt
 share/doc/dillo/README
 share/doc/dillo/Selection.txt



Home | Main Index | Thread Index | Old Index