summaryrefslogtreecommitdiff
path: root/lang/php/pear.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php/pear.mk')
-rw-r--r--lang/php/pear.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/lang/php/pear.mk b/lang/php/pear.mk
index e15d597b3b3..d7bb4e7f8c1 100644
--- a/lang/php/pear.mk
+++ b/lang/php/pear.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pear.mk,v 1.12 2009/01/19 19:55:02 abs Exp $
+# $NetBSD: pear.mk,v 1.13 2009/06/14 22:58:02 joerg Exp $
#
# This Makefile fragment is intended to be included by packages that build
# and install pear packages.
@@ -37,16 +37,11 @@ PEAR_LIB= lib/php
PEAR_DESTDIR= -R ${DESTDIR}
.endif
-# whether @dirrm for baseinstalldir should be included in PLIST
-PEAR_DIRRM_BASEDIR?= # empty
-
# Dynamic PLIST, generated via a helper PHP script, which parses the package
# XML config file.
PEAR_GENERATE_PLIST= \
${ECHO} "@comment The following lines are automatically generated"; \
PEAR_LIB="${PEAR_LIB}" WRKSRC="${WRKSRC}" \
- PEAR_DIRRM_BASEDIR="${PEAR_DIRRM_BASEDIR}" \
- PEAR_DIRRM_EXCLUDE="${PEAR_DIRRM_EXCLUDE}" \
${PREFIX}/bin/php -d include_path=".:${PREFIX}/lib/php" \
-C -n ${PKGDIR}/../../lang/php/pear_plist.php;
GENERATE_PLIST+= ${PEAR_GENERATE_PLIST}