From owner-svn-ports-head@FreeBSD.ORG Thu Apr 10 19:24:16 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F6787F1; Thu, 10 Apr 2014 19:24:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1CC7C19C3; Thu, 10 Apr 2014 19:24:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3AJOF4g094730; Thu, 10 Apr 2014 19:24:15 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3AJOFub094729; Thu, 10 Apr 2014 19:24:15 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404101924.s3AJOFub094729@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 10 Apr 2014 19:24:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350834 - head/devel/ndesk-dbus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2014 19:24:16 -0000 Author: bapt Date: Thu Apr 10 19:24:15 2014 New Revision: 350834 URL: http://svnweb.freebsd.org/changeset/ports/350834 QAT: https://qat.redports.org/buildarchive/r350834/ Log: Support stage Modified: head/devel/ndesk-dbus/Makefile Modified: head/devel/ndesk-dbus/Makefile ============================================================================== --- head/devel/ndesk-dbus/Makefile Thu Apr 10 19:22:50 2014 (r350833) +++ head/devel/ndesk-dbus/Makefile Thu Apr 10 19:24:15 2014 (r350834) @@ -13,20 +13,17 @@ COMMENT= A C\# implementation of D-Bus BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono RUN_DEPENDS= mono:${PORTSDIR}/lang/mono -USE_GMAKE= yes -USES= pathfix pkgconfig +OPTIONS_DEFINE= DOCS +USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes -NO_STAGE= yes DOCS= AUTHORS COPYING README -.ifndef (NOPORTDOCS) post-install: - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include "${.CURDIR}/../../lang/mono/bsd.mono.mk" .include