Change DIST_SUBDIR to avoid problems with checksum failures on the old
distfile. Requested by wiz@.
This commit is contained in:
parent
f7c26973ad
commit
020a963eed
1 changed files with 4 additions and 2 deletions
|
@ -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/ \
|
||||
|
|
Loading…
Reference in a new issue