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 /deskutils | |
parent | - Provide two additional build OPTIONS: (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 'deskutils')
-rw-r--r-- | deskutils/gcalcli/Makefile | 2 | ||||
-rw-r--r-- | deskutils/nagaina/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/gcalcli/Makefile b/deskutils/gcalcli/Makefile index dd8201e17152..619dd3899109 100644 --- a/deskutils/gcalcli/Makefile +++ b/deskutils/gcalcli/Makefile @@ -9,7 +9,7 @@ PORTNAME= gcalcli PORTVERSION= 1.4 CATEGORIES= deskutils -MASTER_SITES= http://gcalcli.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} EXTRACT_SUFX= .tgz MAINTAINER= lwhsu@FreeBSD.org diff --git a/deskutils/nagaina/Makefile b/deskutils/nagaina/Makefile index 6e20f9b6bc4a..27b79772de74 100644 --- a/deskutils/nagaina/Makefile +++ b/deskutils/nagaina/Makefile @@ -8,7 +8,7 @@ PORTNAME= nagaina PORTVERSION= 0.1.2 CATEGORIES= deskutils -MASTER_SITES= http://nagaina.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}-${PORTVERSION}-sources MAINTAINER= ports@FreeBSD.org |