summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-04-25 19:03:16 +0000
committerrillig <rillig@pkgsrc.org>2020-04-25 19:03:16 +0000
commit3c789eb6f5d79c0497ec1dbb8b885f8ff83e2da7 (patch)
tree9f19fcff18f98b2a60f793eb9cbf1c77b049d6fe /mail
parent526288750cbb2a729a8be82a16a1207b4860fe5b (diff)
downloadpkgsrc-3c789eb6f5d79c0497ec1dbb8b885f8ff83e2da7.tar.gz
mail/pear-Mail-Mime: remove no-op SUBST block
This package comes without any documentation, therefore there is nothing to patch.
Diffstat (limited to 'mail')
-rw-r--r--mail/pear-Mail_Mime/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/mail/pear-Mail_Mime/Makefile b/mail/pear-Mail_Mime/Makefile
index 2626348aea5..c1a723d4c4f 100644
--- a/mail/pear-Mail_Mime/Makefile
+++ b/mail/pear-Mail_Mime/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2020/03/17 15:36:10 taca Exp $
+# $NetBSD: Makefile,v 1.35 2020/04/25 19:03:16 rillig Exp $
DISTNAME= Mail_Mime-1.10.7
CATEGORIES+= mail
@@ -9,10 +9,5 @@ LICENSE= modified-bsd
CONFLICTS= php-pear-Mail_Mime-[0-9]*
-SUBST_CLASSES+= shbang
-SUBST_STAGE.shbang= post-install
-SUBST_FILES.shbang= ${DESTDIR}${PREFIX}/lib/php/doc/Mail_Mime/scripts/phail.php
-SUBST_SED.shbang= -e "s|@prefix@|${PREFIX}|g"
-
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"