svn commit: r350834 - head/devel/ndesk-dbus

Baptiste Daroussin bapt at FreeBSD.org
Thu Apr 10 19:24:16 UTC 2014


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>


More information about the svn-ports-head mailing list