diff options
author | dsainty <dsainty@pkgsrc.org> | 2006-06-10 23:56:18 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2006-06-10 23:56:18 +0000 |
commit | 9fdf8ad4e1e62bf298dd4a026ebcb0c47c00166f (patch) | |
tree | e874af8ecda625cc1f20d26975e99f4af5038d3a /comms/asterisk | |
parent | d958cc4bd1fa77e2806a83f4e3050bf378eb1f2a (diff) | |
download | pkgsrc-9fdf8ad4e1e62bf298dd4a026ebcb0c47c00166f.tar.gz |
Add a slash to the end of the old-releases URL. Fixes downloads for current package version 1.2.8, which is now old due to Asterisk release 1.2.9.
Diffstat (limited to 'comms/asterisk')
-rw-r--r-- | comms/asterisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index de4a6ec7371..6f65dad7890 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2006/05/31 18:43:15 adam Exp $ +# $NetBSD: Makefile,v 1.27 2006/06/10 23:56:18 dsainty Exp $ DISTNAME= asterisk-1.2.8 CATEGORIES= comms net audio MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ - http://ftp.digium.com/pub/asterisk/old-releases + http://ftp.digium.com/pub/asterisk/old-releases/ MAINTAINER= riz@NetBSD.org HOMEPAGE= http://www.asterisk.org/ |