summaryrefslogtreecommitdiff
path: root/sysutils/pear-Log
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-04-02 21:57:36 +0000
committerjdolecek <jdolecek>2004-04-02 21:57:36 +0000
commit14ae03745cbd1dc8e4b8d50b3ac119a080100ec5 (patch)
tree72ceec1b02edd0c7402c13a0c2546f47301244fe /sysutils/pear-Log
parent48e6fa3da290fb8d0c94ff567be1195a038fc0cb (diff)
downloadpkgsrc-14ae03745cbd1dc8e4b8d50b3ac119a080100ec5.tar.gz
g/c the DOCDIR stuff and rely solely on the pear.mk PLIST generation logic
Diffstat (limited to 'sysutils/pear-Log')
-rw-r--r--sysutils/pear-Log/MESSAGE7
-rw-r--r--sysutils/pear-Log/Makefile15
-rw-r--r--sysutils/pear-Log/PLIST17
3 files changed, 2 insertions, 37 deletions
diff --git a/sysutils/pear-Log/MESSAGE b/sysutils/pear-Log/MESSAGE
deleted file mode 100644
index 64fcc8f155c..00000000000
--- a/sysutils/pear-Log/MESSAGE
+++ /dev/null
@@ -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 --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile
index 8d06d2fc6a5..a7ccc06e9ca 100644
--- a/sysutils/pear-Log/Makefile
+++ b/sysutils/pear-Log/Makefile
@@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org
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 --git a/sysutils/pear-Log/PLIST b/sysutils/pear-Log/PLIST
index da7a5b9ec02..65aeca032c9 100644
--- a/sysutils/pear-Log/PLIST
+++ b/sysutils/pear-Log/PLIST
@@ -1,16 +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 $