Date: Mon, 6 Apr 2015 18:55:38 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383469 - head/deskutils/strigi Message-ID: <201504061855.t36ItcQg099955@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504061855.t36ItcQg099955>