diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2009-08-21 08:34:25 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2009-08-21 08:34:25 +0000 |
commit | 0b9e498ef09e4032225cf2e938fe95f957e89e29 (patch) | |
tree | 1a8cc01a64ea2e6e6b3eb5e69698f8162c289671 /comms | |
parent | 0d9a9656ec0dd165b1c6bafb7e11a6455d334b81 (diff) | |
download | pkgsrc-0b9e498ef09e4032225cf2e938fe95f957e89e29.tar.gz |
Change DIST_SUBDIR to avoid people having to manually remove the old
distfile. Requested by wiz@.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/asterisk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index 1dc1a7a1e8b..e62f324f26e 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.65 2009/08/20 22:33:47 jnemeth Exp $ +# $NetBSD: Makefile,v 1.66 2009/08/21 08:34:25 jnemeth Exp $ DISTNAME= asterisk-1.2.33 PKGREVISION= 1 +# delete this with next version, this is only to account for the moh change +DIST_SUBDIR= ${PKGNAME_NOREV}-newmoh CATEGORIES= comms net audio MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/releases/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ |