summaryrefslogtreecommitdiff
path: root/mail/pear-Mail_Mime
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-10-25 10:52:43 +0000
committerobache <obache@pkgsrc.org>2010-10-25 10:52:43 +0000
commit064fcc3e820206cd29be9658d201cf5258516057 (patch)
tree4c771685438190da0dc3a31e09e4effafcee1053 /mail/pear-Mail_Mime
parent38cf398a8956cf7789c1d01d3c65df37cf5c0fba (diff)
downloadpkgsrc-064fcc3e820206cd29be9658d201cf5258516057.tar.gz
Fixes DESTDIR installation.
Diffstat (limited to 'mail/pear-Mail_Mime')
-rw-r--r--mail/pear-Mail_Mime/Makefile4
1 files changed, 2 insertions, 2 deletions
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"