diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-03-06 22:19:52 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-03-06 22:19:52 +0000 |
commit | 1e1dff629005286c45386030fb64b6b517855556 (patch) | |
tree | e05831b2a9ed0617821ca60ff820b76a362a0930 /textproc/uim | |
parent | 237b260c0b2260e43ddaedbc82ce81b9c102bc08 (diff) |
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files
PR: ports/121435 (related)
Notes
Notes:
svn path=/head/; revision=208538
Diffstat (limited to 'textproc/uim')
-rw-r--r-- | textproc/uim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index 9f2d52430de8..b1374f2886ac 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -9,7 +9,7 @@ PORTNAME= uim PORTVERSION= 1.4.1 PORTREVISION= 1 CATEGORIES?= textproc -MASTER_SITES= http://uim.googlecode.com/files/ \ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://uim.freedesktop.org/releases/uim/stable/ .if !defined(UIM_SLAVE) && defined(WITHOUT_X11) PKGNAMESUFFIX= -nox11 |