svn commit: r395481 - head/devel/evolution-gconf-tools

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Aug 28 13:35:53 UTC 2015


Author: amdmi3
Date: Fri Aug 28 13:35:52 2015
New Revision: 395481
URL: https://svnweb.freebsd.org/changeset/ports/395481

Log:
  - Remove empty directory
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/devel/evolution-gconf-tools/Makefile

Modified: head/devel/evolution-gconf-tools/Makefile
==============================================================================
--- head/devel/evolution-gconf-tools/Makefile	Fri Aug 28 13:31:50 2015	(r395480)
+++ head/devel/evolution-gconf-tools/Makefile	Fri Aug 28 13:35:52 2015	(r395481)
@@ -16,9 +16,13 @@ RUN_DEPENDS=	evolution:${PORTSDIR}/mail/
 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>


More information about the svn-ports-all mailing list