1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Simplifiy GOOGLE_CODE handler

Feature safe:	yes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-12-03 11:56:48 +00:00
parent a780911b2f
commit c9b49f5ad6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286805

View File

@ -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)