aboutsummaryrefslogtreecommitdiff
path: root/devel/evolution-gconf-tools
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-28 13:35:52 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-28 13:35:52 +0000
commitf84edaa66fddec5d2265f2a1526d4a92dffee550 (patch)
tree1528a501cfe7afb86734b89c583206cd4f83750b /devel/evolution-gconf-tools
parent4ca45fa69f4114370afbaba24c28711b027c7b32 (diff)
downloadports-f84edaa66fddec5d2265f2a1526d4a92dffee550.tar.gz
ports-f84edaa66fddec5d2265f2a1526d4a92dffee550.zip
- Remove empty directory
- Add NO_ARCH Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=395481
Diffstat (limited to 'devel/evolution-gconf-tools')
-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>