diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2009-08-21 08:30:51 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2009-08-21 08:30:51 +0000 |
commit | 020a963eed3d10a7e06cdc993469aa343edda67c (patch) | |
tree | b7626c0987c2c247ec2b516810d4283092363aeb | |
parent | f7c26973ad7352716d5652ec8d09ffec1a67b303 (diff) | |
download | pkgsrc-020a963eed3d10a7e06cdc993469aa343edda67c.tar.gz |
Change DIST_SUBDIR to avoid problems with checksum failures on the old
distfile. Requested by wiz@.
-rw-r--r-- | comms/asterisk16/Makefile | 6 |
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/ \ |