pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/pear-Log g/c the DOCDIR stuff and rely solely...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8215f3f716a
branches:  trunk
changeset: 472048:f8215f3f716a
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Fri Apr 02 21:57:36 2004 +0000

description:
g/c the DOCDIR stuff and rely solely on the pear.mk PLIST generation logic

diffstat:

 sysutils/pear-Log/MESSAGE  |   7 -------
 sysutils/pear-Log/Makefile |  15 +--------------
 sysutils/pear-Log/PLIST    |  17 +----------------
 3 files changed, 2 insertions(+), 37 deletions(-)

diffs (60 lines):

diff -r 70efefddf805 -r f8215f3f716a sysutils/pear-Log/MESSAGE
--- a/sysutils/pear-Log/MESSAGE Fri Apr 02 21:54:49 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.2 2004/01/12 09:46:04 cjep Exp $
-
- pear-Log guide and examples are installed in
- ${DOCDIR}
-
-===========================================================================
diff -r 70efefddf805 -r f8215f3f716a sysutils/pear-Log/Makefile
--- a/sysutils/pear-Log/Makefile        Fri Apr 02 21:54:49 2004 +0000
+++ b/sysutils/pear-Log/Makefile        Fri Apr 02 21:57:36 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/12/30 16:53:34 cjep Exp $
+# $NetBSD: Makefile,v 1.4 2004/04/02 21:57:36 jdolecek Exp $
 
 DISTNAME=      Log-1.8.1
 CATEGORIES=    sysutils
@@ -7,18 +7,5 @@
 HOMEPAGE=      http://www.csh.rit.edu/~jon/projects/pear_log/
 COMMENT=       PHP Log framework provides an abstracted logging system
 
-DOCDIR=                ${LOCALBASE}/share/doc/pear-Log
-MESSAGE_SUBST+=        DOCDIR=${DOCDIR}
-
-post-install:
-       ${INSTALL_DATA_DIR} ${DOCDIR}
-       ${INSTALL_DATA_DIR} ${DOCDIR}/examples
-       ${INSTALL_DATA} ${WRKSRC}/docs/guide.txt ${DOCDIR}/guide.txt
-       (cd ${WRKSRC}/docs/examples; \
-               for file in *.php; do \
-                       ${INSTALL_DATA} $$file ${DOCDIR}/examples/$$file; \
-               done; \
-       )
-
 .include "../../www/php4/pear.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 70efefddf805 -r f8215f3f716a sysutils/pear-Log/PLIST
--- a/sysutils/pear-Log/PLIST   Fri Apr 02 21:54:49 2004 +0000
+++ b/sysutils/pear-Log/PLIST   Fri Apr 02 21:57:36 2004 +0000
@@ -1,16 +1,1 @@
-@comment $NetBSD: PLIST,v 1.2 2003/12/17 19:58:13 jdolecek Exp $
-share/doc/pear-Log/guide.txt
-share/doc/pear-Log/examples/composite.php
-share/doc/pear-Log/examples/console.php
-share/doc/pear-Log/examples/display.php
-share/doc/pear-Log/examples/error_log.php
-share/doc/pear-Log/examples/file.php
-share/doc/pear-Log/examples/mail.php
-share/doc/pear-Log/examples/observer_mail.php
-share/doc/pear-Log/examples/pear_error_handler.php
-share/doc/pear-Log/examples/php_error_handler.php
-share/doc/pear-Log/examples/sql.php
-share/doc/pear-Log/examples/syslog.php
-share/doc/pear-Log/examples/win.php
-@dirrm share/doc/pear-Log/examples
-@dirrm share/doc/pear-Log
+@comment $NetBSD: PLIST,v 1.3 2004/04/02 21:57:36 jdolecek Exp $



Home | Main Index | Thread Index | Old Index