diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-01-28 17:49:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-01-28 17:49:50 +0000 |
commit | f9a438fff8d0e521b75b8398c0afd832375c7780 (patch) | |
tree | 14441efdedbeeadd9d227224cbc9e04053ad7c12 | |
parent | - Update to 2.6.6 (diff) |
- Fix MASTER_SITES
PR: 164170
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=289958
-rw-r--r-- | textproc/yould/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/yould/Makefile b/textproc/yould/Makefile index 19036836c1a2..a1e6b93979b9 100644 --- a/textproc/yould/Makefile +++ b/textproc/yould/Makefile @@ -8,7 +8,7 @@ PORTNAME= yould PORTVERSION= 0.3.7 CATEGORIES= textproc -MASTER_SITES= http://ygingras.net/files/ CENKES +MASTER_SITES= CHEESESHOP/source/y/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Pronounceable word generator |