diff options
author | riz <riz> | 2005-09-02 17:23:06 +0000 |
---|---|---|
committer | riz <riz> | 2005-09-02 17:23:06 +0000 |
commit | 45ff7a6a35427dbdc3259c0f6722884a82999414 (patch) | |
tree | b06686db7c970148d36cd91e39b9ee7246a94f6e /comms/asterisk | |
parent | ad213b08a0c6474453c5ba0ea2ec9dc2f61f7ba2 (diff) | |
download | pkgsrc-45ff7a6a35427dbdc3259c0f6722884a82999414.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/asterisk')
-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/ |