svn commit: r383469 - head/deskutils/strigi

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Apr 6 18:55:38 UTC 2015


Author: rakuco
Date: Mon Apr  6 18:55:37 2015
New Revision: 383469
URL: https://svnweb.freebsd.org/changeset/ports/383469

Log:
  Convert to USES=metaport, take 2.
  
  strigi's Makefile.common checks for NO_BUILD, so it has to be defined prior
  to its inclusion; split the bsd.port.mk into bsd.port.{pre,post}.mk for
  that.

Modified:
  head/deskutils/strigi/Makefile

Modified: head/deskutils/strigi/Makefile
==============================================================================
--- head/deskutils/strigi/Makefile	Mon Apr  6 18:54:18 2015	(r383468)
+++ head/deskutils/strigi/Makefile	Mon Apr  6 18:55:37 2015	(r383469)
@@ -5,21 +5,18 @@ PORTNAME=	strigi
 PORTVERSION=	${STRIGI_VERSION}
 PORTREVISION=	2
 CATEGORIES=	deskutils
-DISTFILES=	#
 
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Strigi desktop search (meta port)
 
 USE_KDE4=	strigi_run
-NO_BUILD=	yes
-NO_MTREE=	yes
-NO_INSTALL=	yes
+USES=		metaport
 
 OPTIONS_DEFINE=	CLIENT DAEMON UTILITIES
 OPTIONS_DEFAULT=	${OPTIONS_DEFINE}
 
+.include <bsd.port.pre.mk>
 .include <${.CURDIR}/Makefile.common>
-.include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MCLIENT}
 RUN_DEPENDS+=	${LOCALBASE}/bin/strigiclient:${PORTSDIR}/deskutils/strigiclient
@@ -33,4 +30,4 @@ RUN_DEPENDS+=	${LOCALBASE}/bin/strigidae
 RUN_DEPENDS+=	${LOCALBASE}/bin/xmlindexer:${PORTSDIR}/deskutils/strigiutils
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-head mailing list