aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/evolution-gconf-tools/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/evolution-gconf-tools/Makefile b/devel/evolution-gconf-tools/Makefile
index 13bfc7c1139f..d6e92168070d 100644
--- a/devel/evolution-gconf-tools/Makefile
+++ b/devel/evolution-gconf-tools/Makefile
@@ -16,9 +16,13 @@ RUN_DEPENDS= evolution:${PORTSDIR}/mail/evolution
GNU_CONFIGURE= yes
USES= python
USE_GNOME= gnomeprefix
+NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \
${WRKSRC}/lib/*
+post-install:
+ @${RMDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/evolution-gconf-tools
+
.include <bsd.port.mk>