From 90c29cca255cfd1665d8132e185fa401329ad673 Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 1 Sep 2014 13:03:25 +0000 Subject: Remove support for pkg_install Merge back bsd.pkgng.mk into bsd.port.mk Add a note about @stopdaemon not being supported anymore With hat: portmgr Differential Revision: https://reviews.freebsd.org/D693 --- Mk/bsd.port.subdir.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Mk/bsd.port.subdir.mk') diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk index cb2ecd4f16ea..3c1bec1836f8 100644 --- a/Mk/bsd.port.subdir.mk +++ b/Mk/bsd.port.subdir.mk @@ -74,13 +74,8 @@ OSVERSION!= ${SYSCTL} -n kern.osreldate .endif .endif -.if ${OSVERSION} >= 1000017 -.if !defined(WITHOUT_PKGNG) +WITH_PKG= yes WITH_PKGNG= yes -.else -.undef WITH_PKGNG -.endif -.endif .if !defined(_OSRELEASE) _OSRELEASE!= ${UNAME} -r -- cgit