svn commit: r363711 - head/ports-mgmt/pkg
Baptiste Daroussin
bapt at FreeBSD.org
Fri Aug 1 14:34:35 UTC 2014
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 \
More information about the svn-ports-head
mailing list