svn commit: r406118 - head/mail/isbg

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jan 14 14:00:21 UTC 2016


Author: amdmi3
Date: Thu Jan 14 14:00:19 2016
New Revision: 406118
URL: https://svnweb.freebsd.org/changeset/ports/406118

Log:
  - Add NO_ARCH
  - Switch to autoplist which fixes .egg.info handling

Modified:
  head/mail/isbg/Makefile

Modified: head/mail/isbg/Makefile
==============================================================================
--- head/mail/isbg/Makefile	Thu Jan 14 13:57:30 2016	(r406117)
+++ head/mail/isbg/Makefile	Thu Jan 14 14:00:19 2016	(r406118)
@@ -11,15 +11,14 @@ COMMENT=	Scan an IMAP inbox for spam usi
 # any OSI approved open source license
 LICENSE=	BSD2CLAUSE
 
-RUN_DEPENDS+=	spamassassin:${PORTSDIR}/mail/spamassassin \
+RUN_DEPENDS=	spamassassin:${PORTSDIR}/mail/spamassassin \
 		${PYTHON_PKGNAMEPREFIX}docopt>=0.6.1:${PORTSDIR}/devel/py-docopt
 
 USE_GITHUB=	yes
 
+NO_ARCH=	yes
 NO_BUILD=	yes
 USES=		python
-USE_PYTHON=	distutils
-
-PLIST_FILES=	bin/${PORTNAME}.py
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list