summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorjnemeth <jnemeth>2009-08-21 08:30:51 +0000
committerjnemeth <jnemeth>2009-08-21 08:30:51 +0000
commit9ed4891e64bc31d1b1104a1386cba90a1f049f0f (patch)
treeb7626c0987c2c247ec2b516810d4283092363aeb /comms
parent01cc5319a27f232f26be44380faef31d511e971a (diff)
downloadpkgsrc-9ed4891e64bc31d1b1104a1386cba90a1f049f0f.tar.gz
Change DIST_SUBDIR to avoid problems with checksum failures on the old
distfile. Requested by wiz@.
Diffstat (limited to 'comms')
-rw-r--r--comms/asterisk16/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/comms/asterisk16/Makefile b/comms/asterisk16/Makefile
index aef3e3c5e67..ab476d4dbc6 100644
--- a/comms/asterisk16/Makefile
+++ b/comms/asterisk16/Makefile
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2009/08/20 20:37:06 jnemeth Exp $
+# $NetBSD: Makefile,v 1.6 2009/08/21 08:30:51 jnemeth Exp $
#
DISTNAME= asterisk-1.6.1.4
PKGREVISION= 1
-DIST_SUBDIR= ${PKGNAME_NOREV}
+# DIST_SUBDIR= ${PKGNAME_NOREV}
+# delete this with next version, this is only to account for the moh change
+DIST_SUBDIR= ${PKGNAME_NOREV}-newmoh
EXTRACT_ONLY= ${DISTNAME}.tar.gz
CATEGORIES= comms net audio
MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \