summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-11-09 12:04:43 +0000
committernia <nia@pkgsrc.org>2021-11-09 12:04:43 +0000
commit692a0937764027cf746e6fc43eb65a17a5a971cb (patch)
tree39fc28fc05b955002c8398419dd5c6e505fd7ca8 /comms
parent554e2e262eee220da126d5f2d6f3688abc0d97e3 (diff)
downloadpkgsrc-692a0937764027cf746e6fc43eb65a17a5a971cb.tar.gz
mk: For consistency, rename PKG_HAS_ to OPSYS_HAVE_.
Requested by jperkin.
Diffstat (limited to 'comms')
-rw-r--r--comms/asterisk13/Makefile6
-rw-r--r--comms/asterisk16/Makefile6
-rw-r--r--comms/asterisk18/Makefile6
3 files changed, 9 insertions, 9 deletions
diff --git a/comms/asterisk13/Makefile b/comms/asterisk13/Makefile
index 5517ea702c9..d9db727ecfe 100644
--- a/comms/asterisk13/Makefile
+++ b/comms/asterisk13/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2021/11/09 11:11:08 nia Exp $
+# $NetBSD: Makefile,v 1.75 2021/11/09 12:04:43 nia Exp $
#
# NOTE: when updating this package, there are two places that sound
# tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
@@ -117,12 +117,12 @@ BUILDLINK_TRANSFORM+= rm:-march=i386
.endif
PLIST_VARS+= kqueue
-.if defined(PKG_HAVE_KQUEUE)
+.if defined(OPSYS_HAS_KQUEUE)
PLIST.kqueue= yes
.endif
PLIST_VARS+= timerfd
-.if defined(PKG_HAVE_TIMERFD)
+.if defined(OPSYS_HAS_TIMERFD)
PLIST.timerfd= yes
.endif
diff --git a/comms/asterisk16/Makefile b/comms/asterisk16/Makefile
index 3c048691a43..f9f7c125ec3 100644
--- a/comms/asterisk16/Makefile
+++ b/comms/asterisk16/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2021/11/09 11:11:08 nia Exp $
+# $NetBSD: Makefile,v 1.84 2021/11/09 12:04:43 nia Exp $
#
# NOTE: when updating this package, there are two places that sound
# tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
@@ -120,7 +120,7 @@ BUILDLINK_TRANSFORM+= rm:-march=i386
.endif
PLIST_VARS+= kqueue
-.if defined(PKG_HAVE_KQUEUE)
+.if defined(OPSYS_HAS_KQUEUE)
PLIST.kqueue= yes
.endif
@@ -141,7 +141,7 @@ PLIST.mgcp= yes
.endif
PLIST_VARS+= timerfd
-.if defined(PKG_HAVE_TIMERFD)
+.if defined(OPSYS_HAS_TIMERFD)
PLIST.timerfd= yes
.endif
diff --git a/comms/asterisk18/Makefile b/comms/asterisk18/Makefile
index 240805f9f5a..6287bbf1760 100644
--- a/comms/asterisk18/Makefile
+++ b/comms/asterisk18/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.134 2021/11/09 11:11:08 nia Exp $
+# $NetBSD: Makefile,v 1.135 2021/11/09 12:04:43 nia Exp $
#
# NOTE: when updating this package, there are two places that sound
# tarballs need to be checked; look in ${WRKSRC}/sounds/Makefile
@@ -119,7 +119,7 @@ BUILDLINK_TRANSFORM+= rm:-march=i386
.endif
PLIST_VARS+= kqueue
-.if defined(PKG_HAVE_KQUEUE)
+.if defined(OPSYS_HAS_KQUEUE)
PLIST.kqueue= yes
.endif
@@ -140,7 +140,7 @@ PLIST.mgcp= yes
.endif
PLIST_VARS+= timerfd
-.if defined(PKG_HAVE_TIMERFD)
+.if defined(OPSYS_HAS_TIMERFD)
PLIST.timerfd= yes
.endif