Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Apr 2014 19:24:15 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350834 - head/devel/ndesk-dbus
Message-ID:  <201404101924.s3AJOFub094729@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404101924.s3AJOFub094729>