aboutsummaryrefslogtreecommitdiff
path: root/mail/pear-Mail_Mime
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-06-08 16:02:54 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-06-08 16:02:54 +0000
commitb29cf2c53fef180b3eea2dda0a761bb7fb80e815 (patch)
tree6f3780108a487af67f9e81c7a02a98cfbfa59e1e /mail/pear-Mail_Mime
parentbf2ba4d9893050735928fab62475203f81bb46b2 (diff)
downloadports-b29cf2c53fef180b3eea2dda0a761bb7fb80e815.tar.gz
ports-b29cf2c53fef180b3eea2dda0a761bb7fb80e815.zip
Notes
Diffstat (limited to 'mail/pear-Mail_Mime')
-rw-r--r--mail/pear-Mail_Mime/Makefile2
-rw-r--r--mail/pear-Mail_Mime/pkg-deinstall13
-rw-r--r--mail/pear-Mail_Mime/pkg-install14
3 files changed, 1 insertions, 28 deletions
diff --git a/mail/pear-Mail_Mime/Makefile b/mail/pear-Mail_Mime/Makefile
index 713fa196c8cf..7d7469af6bbe 100644
--- a/mail/pear-Mail_Mime/Makefile
+++ b/mail/pear-Mail_Mime/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Mail_Mime
PORTVERSION= 1.2.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail www
MAINTAINER= ports@FreeBSD.org
diff --git a/mail/pear-Mail_Mime/pkg-deinstall b/mail/pear-Mail_Mime/pkg-deinstall
deleted file mode 100644
index c17e9d19ced0..000000000000
--- a/mail/pear-Mail_Mime/pkg-deinstall
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-# Remove package declaration from PEAR's registry.
-
-if [ x$2 != xDEINSTALL ]; then
- exit
-fi
-PKG_NAME=${1%%-[0-9._]*}
-PACKAGE=$(echo $PKG_NAME | sed 's/pear-//')
-
-${PKG_PREFIX}/bin/pear uninstall -r ${PACKAGE} || true
diff --git a/mail/pear-Mail_Mime/pkg-install b/mail/pear-Mail_Mime/pkg-install
deleted file mode 100644
index ed2f91c6f145..000000000000
--- a/mail/pear-Mail_Mime/pkg-install
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-# Register the package $1 in the port registry
-
-PREFIX=${PKG_PREFIX:-/usr/local}
-PEAR=${PREFIX}/bin/pear
-PKGREGDIR=${PREFIX}/.PEAR.pkg/$1
-
-[ "x$1" = "x" ] && exit 1
-if [ "x$2" = "xPOST-INSTALL" ]; then
- ${PEAR} install -r -f ${PKGREGDIR}/package.xml
-fi