summaryrefslogtreecommitdiff
path: root/mail/pear-Mail_Mime
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2010-10-17 01:06:14 +0000
committertron <tron@pkgsrc.org>2010-10-17 01:06:14 +0000
commitad987ec612d62e2ad8f6010ce3dfb53bcd15dd46 (patch)
tree018bcd89cf5f1693ad8559d2ae2e250d88df0c91 /mail/pear-Mail_Mime
parent2a71b65f5a3d64f70c7aa910b6f407456b8b23ee (diff)
downloadpkgsrc-ad987ec612d62e2ad8f6010ce3dfb53bcd15dd46.tar.gz
Fix incomplete installation by patching "scripts/phail.php" after the
installation which otherwise fails due to an MD5 checksum of the above file. Bump package revision as the binary package changed.
Diffstat (limited to 'mail/pear-Mail_Mime')
-rw-r--r--mail/pear-Mail_Mime/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/pear-Mail_Mime/Makefile b/mail/pear-Mail_Mime/Makefile
index 37a5e2f052c..45119a25c94 100644
--- a/mail/pear-Mail_Mime/Makefile
+++ b/mail/pear-Mail_Mime/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2010/09/23 08:03:02 taca Exp $
+# $NetBSD: Makefile,v 1.15 2010/10/17 01:06:14 tron Exp $
DISTNAME= Mail_Mime-1.8.0
+PKGREVISION= 1
CATEGORIES+= mail
MAINTAINER= jdolecek@NetBSD.org
@@ -11,8 +12,8 @@ CONFLICTS= php-pear-Mail_Mime-[0-9]*
PKG_DESTDIR_SUPPORT= user-destdir
SUBST_CLASSES+= shbang
-SUBST_STAGE.shbang= pre-install
-SUBST_FILES.shbang= scripts/phail.php
+SUBST_STAGE.shbang= post-install
+SUBST_FILES.shbang= ${PREFIX}/lib/php/doc/Mail_Mime/scripts/phail.php
SUBST_SED.shbang= -e "s|@prefix@|${PREFIX}|g"