Date: Fri, 1 Aug 2014 14:34:35 +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: r363711 - head/ports-mgmt/pkg Message-ID: <201408011434.s71EYZm3024967@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Aug 1 14:34:35 2014 New Revision: 363711 URL: http://svnweb.freebsd.org/changeset/ports/363711 QAT: https://qat.redports.org/buildarchive/r363711/ Log: Make sure to only use the generated pkg to register the new pkg Modified: head/ports-mgmt/pkg/Makefile Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Fri Aug 1 14:03:19 2014 (r363710) +++ head/ports-mgmt/pkg/Makefile Fri Aug 1 14:34:35 2014 (r363711) @@ -78,10 +78,8 @@ pre-everything:: .if defined(WITH_PKGNG) PKG_DEPENDS= .undef INSTALLS_DEPENDS -.if !exists(${LOCALBASE}/sbin/pkg) PKG_BIN= ${WRKSRC}/src/pkg-static .endif -.endif post-install: @${MV} ${STAGEDIR}${PREFIX}/lib/libpkg_static.a \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408011434.s71EYZm3024967>