summaryrefslogtreecommitdiff
path: root/sysutils/pear-Log/Makefile
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-04-02 21:57:36 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-04-02 21:57:36 +0000
commit5aa88d1632126137770439ed695baa909e5a9edd (patch)
tree72ceec1b02edd0c7402c13a0c2546f47301244fe /sysutils/pear-Log/Makefile
parent860e57c7a1ee8f8ea8d8ac69020b68c12662e9c3 (diff)
downloadpkgsrc-5aa88d1632126137770439ed695baa909e5a9edd.tar.gz
g/c the DOCDIR stuff and rely solely on the pear.mk PLIST generation logic
Diffstat (limited to 'sysutils/pear-Log/Makefile')
-rw-r--r--sysutils/pear-Log/Makefile15
1 files changed, 1 insertions, 14 deletions
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"