summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorobache <obache>2010-02-03 12:22:18 +0000
committerobache <obache>2010-02-03 12:22:18 +0000
commit27094d3e01dabd094c2b93a270af3227ec1beb8f (patch)
treecfa0717992de8fec9e6644e7daa62cde83e2ae7f /lang
parent7bd809c92388b16a1d3c6c2f871949ade3243399 (diff)
downloadpkgsrc-27094d3e01dabd094c2b93a270af3227ec1beb8f.tar.gz
Use -P (--packagingroot) instead of -R (--installroot).
packaging fake root should be set with -P. (-R is for really using there and package will be registerd as there).
Diffstat (limited to 'lang')
-rw-r--r--lang/php/pear.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php/pear.mk b/lang/php/pear.mk
index 04f1650e493..8a18f9121ae 100644
--- a/lang/php/pear.mk
+++ b/lang/php/pear.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pear.mk,v 1.16 2010/02/03 11:44:35 obache Exp $
+# $NetBSD: pear.mk,v 1.17 2010/02/03 12:22:18 obache Exp $
#
# This Makefile fragment is intended to be included by packages that build
# and install pear packages.
@@ -34,7 +34,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-pear-[0-9]*:../../lang/pear
PEAR_CMD= ${PREFIX}/bin/pear
PEAR_LIB= lib/php
.if ${_USE_DESTDIR} != "no"
-PEAR_DESTDIR= -R ${DESTDIR} -n -f
+PEAR_DESTDIR= -P ${DESTDIR} -n -f
.endif
# Dynamic PLIST, generated via a helper PHP script, which parses the package