summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorspz <spz@pkgsrc.org>2010-10-19 15:15:00 +0000
committerspz <spz@pkgsrc.org>2010-10-19 15:15:00 +0000
commitad52c333c129de07ad91c3893634b62ce7522757 (patch)
treeafc8eda09602fb8f9cd1bc82c404f67e83a7ea84 /mail
parentc4e0b8d23d333fc20f4fd44fb35dca91dfc7ffba (diff)
downloadpkgsrc-ad52c333c129de07ad91c3893634b62ce7522757.tar.gz
Pullup ticket 3246 - requested by tron
build fix Revisions pulled up: - pkgsrc/mail/pear-Mail_Mime/Makefile 1.15 ------------------------------------------------------------------------- Module Name: pkgsrc Committed By: tron Date: Sun Oct 17 01:06:14 UTC 2010 Modified Files: pkgsrc/mail/pear-Mail_Mime: Makefile Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/mail/pear-Mail_Mime/Makefile
Diffstat (limited to 'mail')
-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..3bc4fea8a91 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.14.2.1 2010/10/19 15:15:00 spz 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"