summaryrefslogtreecommitdiff
path: root/devel/mico
diff options
context:
space:
mode:
authordholland <dholland>2011-12-05 13:53:07 +0000
committerdholland <dholland>2011-12-05 13:53:07 +0000
commit14dc249225631d9933eaa0711c3b5647373f9b50 (patch)
tree65a565bb698c9f2ecdc61529079a57604b33bf29 /devel/mico
parentd8ba52f310ab9540d15d7602d6e6a0aa8f1e782a (diff)
downloadpkgsrc-14dc249225631d9933eaa0711c3b5647373f9b50.tar.gz
Delete throw.h.orig at pre-install time; otherwise it gets installed and
the plist fails.
Diffstat (limited to 'devel/mico')
-rw-r--r--devel/mico/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile
index dfff828be28..a7b08bfec4f 100644
--- a/devel/mico/Makefile
+++ b/devel/mico/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2010/07/07 01:13:08 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2011/12/05 13:53:07 dholland Exp $
#
DISTNAME= mico-2.3.12
@@ -41,5 +41,9 @@ SUBST_SED.exampledir= -e "s@(INSTDIR)/doc/mico/examples@(SHARED_INSTDIR)/exampl
INSTALL_MAKE_FLAGS+= INSTDIR=${DESTDIR}${PREFIX} \
SHARED_INSTDIR=${DESTDIR}${PREFIX}/share
+# prevent throw.h.orig from being installed
+pre-install:
+ ${RM} -f ${WRKSRC}/include/mico/throw.h.orig
+
.include "../../mk/omf-scrollkeeper.mk"
.include "../../mk/bsd.pkg.mk"