diff options
author | Soeren Straarup <xride@FreeBSD.org> | 2009-07-12 06:57:17 +0000 |
---|---|---|
committer | Soeren Straarup <xride@FreeBSD.org> | 2009-07-12 06:57:17 +0000 |
commit | 11789c2a223fc757864685d84afd561fb9e4789f (patch) | |
tree | 1b70e47cea6d46941b645506e17b04dd5f618fee /audio | |
parent | aa320ec5fa6a7745fb5815a2b95fc596a9b94da6 (diff) |
Resolved problem with fetch
PR: ports/136671
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Notes
Notes:
svn path=/head/; revision=237628
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-ao/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/py-ao/Makefile b/audio/py-ao/Makefile index 3092e8f6f94f..4af96eaf1d4a 100644 --- a/audio/py-ao/Makefile +++ b/audio/py-ao/Makefile @@ -8,7 +8,8 @@ PORTNAME= ao PORTVERSION= 0.82 CATEGORIES= audio python -MASTER_SITES= http://www.andrewchatham.com/pyogg/download/ +MASTER_SITES= http://ekyo.nerim.net/software/pyogg/ \ + http://www.sourcefiles.org/Programming/Development/Modules/Python/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyao-${PORTVERSION} |