From 63fc4359df406898734680cab7236d97ceef0feb Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 17 Oct 2010 01:06:14 +0000 Subject: 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. --- mail/pear-Mail_Mime/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'mail/pear-Mail_Mime') 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" -- cgit v1.2.3