Date: Fri, 20 Jun 2014 14:56:38 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358581 - head/net-p2p/gkremldk Message-ID: <201406201456.s5KEucEf052942@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Fri Jun 20 14:56:38 2014 New Revision: 358581 URL: http://svnweb.freebsd.org/changeset/ports/358581 QAT: https://qat.redports.org/buildarchive/r358581/ Log: 1: Stagify. 2: USES=tar:bzip2 Modified: head/net-p2p/gkremldk/Makefile Modified: head/net-p2p/gkremldk/Makefile ============================================================================== --- head/net-p2p/gkremldk/Makefile Fri Jun 20 14:53:58 2014 (r358580) +++ head/net-p2p/gkremldk/Makefile Fri Jun 20 14:56:38 2014 (r358581) @@ -18,13 +18,11 @@ BUILD_DEPENDS= \ ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 -USES= pkgconfig -USE_BZIP2= yes +USES= pkgconfig tar:bzip2 USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E \ -e 's|^(LFLAGS).*|\1 = ${LDFLAGS} ${PTHREAD_LIBS} -L${LOCALBASE}/lib|' \ @@ -33,8 +31,8 @@ post-patch: ${WRKSRC}/Makefile.in do-install: - @${MKDIR} ${PREFIX}/libexec/gkrellm2/plugins + @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins @${INSTALL_DATA} ${WRKSRC}/gkremldk.so \ - ${PREFIX}/libexec/gkrellm2/plugins + ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406201456.s5KEucEf052942>