2008-10-26 11:20:51 -04:00
|
|
|
# $OpenBSD: Makefile.pear,v 1.3 2008/10/26 15:20:51 robert Exp $
|
2007-03-19 19:13:23 -04:00
|
|
|
# Default Makefile to install a PHP PEAR module
|
|
|
|
|
|
|
|
default:
|
|
|
|
|
|
|
|
install:
|
|
|
|
cp ${WRKDIR}/package.xml ${.CURDIR}
|
|
|
|
mkdir -p ${PREFIX}/lib/php
|
2008-10-26 11:20:51 -04:00
|
|
|
${LOCALBASE}/bin/pear install -f -n -R ${WRKINST} -n ${.CURDIR}/package.xml
|
2007-03-19 19:13:23 -04:00
|
|
|
|
2007-03-20 07:12:22 -04:00
|
|
|
# These directories and files are not needed
|
|
|
|
@cd ${WRKINST}/var/www/pear && rm -rf cache lib/.channels lib/.channels/__uri.reg \
|
2007-03-19 19:13:23 -04:00
|
|
|
lib/.depdb* lib/.registry/.channel*
|