diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-26 10:29:43 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-26 10:29:43 +0000 |
commit | 8ff8ff91f9ca3680f111e9d6a0ba72df5bcc282e (patch) | |
tree | e50615d5206f0f8e1cbeea0f4992afc49ebdd652 /audio/cplay | |
parent | 96def7b4b73ee31f1f18f2423e893efa1bd112d9 (diff) | |
download | ports-8ff8ff91f9ca3680f111e9d6a0ba72df5bcc282e.tar.gz ports-8ff8ff91f9ca3680f111e9d6a0ba72df5bcc282e.zip |
Add /old directory to the mastersites so the file can be fetched again.
There is a PR for the upgrade to 1.46: ports/46391
Notes
Notes:
svn path=/head/; revision=71858
Diffstat (limited to 'audio/cplay')
-rw-r--r-- | audio/cplay/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/cplay/Makefile b/audio/cplay/Makefile index 855428641184..007a379f63eb 100644 --- a/audio/cplay/Makefile +++ b/audio/cplay/Makefile @@ -9,7 +9,8 @@ PORTNAME= cplay PORTVERSION= 1.45 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://www.tf.hut.fi/~flu/cplay/ +MASTER_SITES= http://www.tf.hut.fi/~flu/cplay/ \ + http://www.tf.hut.fi/~flu/cplay/old/ MAINTAINER= j.kossen@home.nl |