aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.sites.mk
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-12-03 11:56:48 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-12-03 11:56:48 +0000
commitc9b49f5ad68a86e1977782a0b9c2e7943e11a61c (patch)
tree88de9497c1cb3416c203ff6369b95c77cd38fc18 /Mk/bsd.sites.mk
parenta780911b2febc457c2d4364df74269b36460ee6f (diff)
downloadports-c9b49f5ad68a86e1977782a0b9c2e7943e11a61c.tar.gz
ports-c9b49f5ad68a86e1977782a0b9c2e7943e11a61c.zip
Notes
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r--Mk/bsd.sites.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index c7e761d98876..0ba1232db896 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -585,13 +585,9 @@ MASTER_SITE_GNU_ALPHA+= \
.endif
.if !defined(IGNORE_MASTER_SITE_GOOGLE_CODE)
-.if defined(PROJECTHOST)
+PROJECTHOST?= ${PORTNAME}
MASTER_SITE_GOOGLE_CODE+= \
http://${PROJECTHOST}.googlecode.com/files/
-.else
-MASTER_SITE_GOOGLE_CODE+= \
- http://${PORTNAME}.googlecode.com/files/
-.endif
.endif
.if !defined(IGNORE_MASTER_SITE_HORDE)