diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-12-03 19:56:48 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-12-03 19:56:48 +0800 |
commit | c9b49f5ad68a86e1977782a0b9c2e7943e11a61c (patch) | |
tree | 88de9497c1cb3416c203ff6369b95c77cd38fc18 /Mk | |
parent | a780911b2febc457c2d4364df74269b36460ee6f (diff) | |
download | freebsd-ports-gnome-c9b49f5ad68a86e1977782a0b9c2e7943e11a61c.tar.gz freebsd-ports-gnome-c9b49f5ad68a86e1977782a0b9c2e7943e11a61c.tar.zst freebsd-ports-gnome-c9b49f5ad68a86e1977782a0b9c2e7943e11a61c.zip |
- Simplifiy GOOGLE_CODE handler
Feature safe: yes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 6 |
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) |