From 1138d3094b1aaa0f9058a585728813e009ce8145 Mon Sep 17 00:00:00 2001 From: obache Date: Mon, 25 Oct 2010 10:52:43 +0000 Subject: Fixes DESTDIR installation. --- mail/pear-Mail_Mime/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/pear-Mail_Mime') diff --git a/mail/pear-Mail_Mime/Makefile b/mail/pear-Mail_Mime/Makefile index 45119a25c94..45c32b7084f 100644 --- a/mail/pear-Mail_Mime/Makefile +++ b/mail/pear-Mail_Mime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2010/10/17 01:06:14 tron Exp $ +# $NetBSD: Makefile,v 1.16 2010/10/25 10:52:43 obache Exp $ DISTNAME= Mail_Mime-1.8.0 PKGREVISION= 1 @@ -13,7 +13,7 @@ PKG_DESTDIR_SUPPORT= user-destdir SUBST_CLASSES+= shbang SUBST_STAGE.shbang= post-install -SUBST_FILES.shbang= ${PREFIX}/lib/php/doc/Mail_Mime/scripts/phail.php +SUBST_FILES.shbang= ${DESTDIR}${PREFIX}/lib/php/doc/Mail_Mime/scripts/phail.php SUBST_SED.shbang= -e "s|@prefix@|${PREFIX}|g" -- cgit v1.2.3