diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2014-10-14 08:59:35 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2014-10-14 08:59:35 +0000 |
commit | 803a90b661ad659b171b7cf43a184ece5df60ca4 (patch) | |
tree | 475b259bd57593512221e9ea0c550b5e5ab2b787 /misc/kenny | |
parent | - Update to 1.6.2 (diff) |
- Switch MASTER_SITES to googledrive.com for my ports.
Notes
Notes:
svn path=/head/; revision=370833
Diffstat (limited to 'misc/kenny')
-rw-r--r-- | misc/kenny/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/kenny/Makefile b/misc/kenny/Makefile index e598cae8bf95..48d326121eee 100644 --- a/misc/kenny/Makefile +++ b/misc/kenny/Makefile @@ -5,7 +5,7 @@ PORTNAME= kenny PORTVERSION= 1.7 PORTREVISION= 1 CATEGORIES= misc perl5 -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}\ +MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ \ http://www.cgarbs.de/stuff/ DISTNAME= ${PORTNAME}.pl-${PORTVERSION} EXTRACT_SUFX= .gz @@ -15,8 +15,6 @@ COMMENT= Translate text both to and from KennySpeak LICENSE= ART10 -PROJECTHOST= ak-various-projects - CONFLICTS= filters-* USES= perl5 |