summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.subdir.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 13:03:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 13:03:25 +0000
commitd96aa38d95dc8d9885acec0a826cf0fd17199648 (patch)
treeb8124e1b26d3492a2efdf76a075756366da04991 /Mk/bsd.port.subdir.mk
parent1: Stagify. (diff)
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
Notes
Notes: svn path=/head/; revision=366875
Diffstat (limited to 'Mk/bsd.port.subdir.mk')
-rw-r--r--Mk/bsd.port.subdir.mk7
1 files changed, 1 insertions, 6 deletions
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