summaryrefslogtreecommitdiff
path: root/mail/pear-Mail_Mime
diff options
context:
space:
mode:
authortron <tron>2010-10-17 01:06:14 +0000
committertron <tron>2010-10-17 01:06:14 +0000
commit9a7916e874ad3829a20cd0e099d0c6ce7272f807 (patch)
tree018bcd89cf5f1693ad8559d2ae2e250d88df0c91 /mail/pear-Mail_Mime
parentf90f7b86e26e683942a2d9a7ed0e567130c1d7bc (diff)
downloadpkgsrc-9a7916e874ad3829a20cd0e099d0c6ce7272f807.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"