svn commit: r348034 - head/devel/py-dbus

Martin Wilke miwi at FreeBSD.org
Thu Mar 13 05:22:12 UTC 2014


Author: miwi
Date: Thu Mar 13 05:22:11 2014
New Revision: 348034
URL: http://svnweb.freebsd.org/changeset/ports/348034
QAT: https://qat.redports.org/buildarchive/r348034/

Log:
  - Stage support
  - Convert gmake to USES

Modified:
  head/devel/py-dbus/Makefile

Modified: head/devel/py-dbus/Makefile
==============================================================================
--- head/devel/py-dbus/Makefile	Thu Mar 13 05:21:50 2014	(r348033)
+++ head/devel/py-dbus/Makefile	Thu Mar 13 05:22:11 2014	(r348034)
@@ -14,9 +14,8 @@ COMMENT=	Python bindings for the D-BUS m
 
 LIB_DEPENDS=	dbus-glib-1:${PORTSDIR}/devel/dbus-glib
 
-USES=		gettext pathfix pkgconfig
+USES=		gettext pathfix pkgconfig gmake
 USE_PYTHON=	2
-USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
 CPPFLAGS+=	-I${PYTHON_INCLUDEDIR}
 CONFIGURE_ARGS=	--docdir=${DOCSDIR} \
@@ -28,7 +27,6 @@ EXAMPLESDIR=	${PREFIX}/share/examples/py
 OPTIONS_DEFINE=HTMLDOCS
 HTMLDOCS_DESC=	build html documentation
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MHTMLDOCS}
@@ -47,9 +45,7 @@ post-patch:
 .endif
 
 post-install:
-.if ${PORT_OPTIONS:MEXAMPLES}
-	${MKDIR} ${EXAMPLESDIR} && \
-		${INSTALL_DATA} ${WRKSRC}/examples/*.py ${EXAMPLESDIR}
-.endif
+	${MKDIR} ${STAGEDIR}${EXAMPLESDIR} && \
+		${INSTALL_DATA} ${WRKSRC}/examples/*.py ${STAGEDIR}${EXAMPLESDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list