From 3a3f435f98f5bdab7685a03370ccf22a958645e8 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Wed, 24 Feb 2016 03:05:05 +0000 Subject: Include a 'package-pkg' target, intended for use for architectures we do not provide upstream pkg(8) packages. This is not tied to anything as-is, and likely will break your system if used (based on experience with testing with powerpc). There is an overwhelming amount of evil happening here, so until the issues are fixed, it will not be tied into the 'packages' target. Sponsored by: The FreeBSD Foundation --- Makefile.inc1 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index a3e1cc1b7433..4ccdc70a4310 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1378,6 +1378,12 @@ _pkgbootstrap: packages: ${MAKE} -C ${.CURDIR} PKG_VERSION=${PKG_VERSION} real-packages +package-pkg: + rm -rf /tmp/ports.${TARGET} || : + env ${WMAKEENV:Q} SRCDIR=${.CURDIR} PORTSDIR=${PORTSDIR} REVISION=${REVISION} \ + PKG_VERSION=${PKG_VERSION} REPODIR=${REPODIR} WSTAGEDIR=${WSTAGEDIR} \ + sh ${.CURDIR}/release/scripts/make-pkg-package.sh + real-packages: stage-packages create-packages sign-packages stage-packages: -- cgit v1.2.3