diff options
author | obache <obache@pkgsrc.org> | 2010-10-25 10:52:43 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-25 10:52:43 +0000 |
commit | 1138d3094b1aaa0f9058a585728813e009ce8145 (patch) | |
tree | 4c771685438190da0dc3a31e09e4effafcee1053 /mail/pear-Mail_Mime | |
parent | aa1927fd0c55f9d42a268ee80b40a2501ee0692c (diff) | |
download | pkgsrc-1138d3094b1aaa0f9058a585728813e009ce8145.tar.gz |
Fixes DESTDIR installation.
Diffstat (limited to 'mail/pear-Mail_Mime')
-rw-r--r-- | mail/pear-Mail_Mime/Makefile | 4 |
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" |