summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-03-22 21:25:05 +0000
committertnn <tnn@pkgsrc.org>2020-03-22 21:25:05 +0000
commit429525260fc899c9c3a250f940bb32715174ad19 (patch)
treeccf006549553bf3c2e9e623373d1759d54925251 /comms
parentc5828dfe37fcde86534877d40e775c6ab54aa984 (diff)
downloadpkgsrc-429525260fc899c9c3a250f940bb32715174ad19.tar.gz
asterisk-sounds-native: remove
This package has been redundant since asterisk 1.4. Source/explanation: https://www.voip-info.org/asterisk-native-sounds/
Diffstat (limited to 'comms')
-rw-r--r--comms/Makefile3
-rw-r--r--comms/asterisk-sounds-native/Makefile3
2 files changed, 3 insertions, 3 deletions
diff --git a/comms/Makefile b/comms/Makefile
index bdc4b228813..95909c93592 100644
--- a/comms/Makefile
+++ b/comms/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.117 2020/03/06 11:16:28 nia Exp $
+# $NetBSD: Makefile,v 1.118 2020/03/22 21:25:05 tnn Exp $
#
COMMENT= Communication utilities
SUBDIR+= asterisk-sounds-de-x9media
-SUBDIR+= asterisk-sounds-native
SUBDIR+= asterisk13
SUBDIR+= asterisk14
SUBDIR+= asterisk15
diff --git a/comms/asterisk-sounds-native/Makefile b/comms/asterisk-sounds-native/Makefile
index 7c692b1fe25..a83d13df072 100644
--- a/comms/asterisk-sounds-native/Makefile
+++ b/comms/asterisk-sounds-native/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/03/20 11:21:48 tnn Exp $
+# $NetBSD: Makefile,v 1.8 2020/03/22 21:25:05 tnn Exp $
DISTNAME= asterisk-native-sounds-20060209-01-ulaw
PKGNAME= asterisk-sounds-native-20060209
@@ -23,6 +23,7 @@ INSTALLATION_DIRS= libdata/asterisk/sounds/dictate \
libdata/asterisk/sounds/phonetic
# work around bogosity in distfile: tarred with non-x directories
+EXTRACT_USING+= bsdtar
post-extract:
find ${WRKDIR} -type d -exec chmod a+x {} \;