diff options
author | riz <riz@pkgsrc.org> | 2005-09-02 17:23:06 +0000 |
---|---|---|
committer | riz <riz@pkgsrc.org> | 2005-09-02 17:23:06 +0000 |
commit | 7d4f384fed57f2cb3fae1c9d8952328332d2a3be (patch) | |
tree | b06686db7c970148d36cd91e39b9ee7246a94f6e /comms | |
parent | 09484352ad649af237ffc2a0e2d1fb57c91d0006 (diff) | |
download | pkgsrc-7d4f384fed57f2cb3fae1c9d8952328332d2a3be.tar.gz |
Restore the 'old-releases' directory to MASTER_SITES so this package
doesn't immediately break when the next version is released.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/asterisk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index 3c9f54d6240..163e82ac4ce 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2005/09/02 12:58:34 adam Exp $ +# $NetBSD: Makefile,v 1.7 2005/09/02 17:23:06 riz Exp $ DISTNAME= asterisk-1.0.9 CATEGORIES= comms net audio -MASTER_SITES= http://ftp.digium.com/pub/asterisk/ +MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ + http://ftp.digium.com/pub/asterisk/old-releases MAINTAINER= riz@NetBSD.org HOMEPAGE= http://www.asterisk.org/ |