diff options
Diffstat (limited to 'databases/pear-Doctrine12/files/pear-install.in')
| -rw-r--r-- | databases/pear-Doctrine12/files/pear-install.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/databases/pear-Doctrine12/files/pear-install.in b/databases/pear-Doctrine12/files/pear-install.in deleted file mode 100644 index 52d50417d9c3..000000000000 --- a/databases/pear-Doctrine12/files/pear-install.in +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Register the package $1 in the port registry and optionally add a -# non-standard channel. - -PREFIX=${PKG_PREFIX:=%%LOCALBASE%%} -PEAR=%%LOCALBASE%%/bin/pear -PKGREGDIR=${PREFIX}/share/pear/packages/$1 -CHANNEL=%%CHANNEL%% - -[ "x$1" = "x" ] && exit 1 -if [ "x$2" = "xPOST-INSTALL" ]; then - if [ "x${CHANNEL}" != "x" ]; then - ${PEAR} channel-add http://${CHANNEL}/channel.xml - fi - ${PEAR} install -r -n -f ${PKGREGDIR}/package.xml -fi |
