diff --git a/www/google-appengine/Makefile b/www/google-appengine/Makefile index 137346f1e628..57a40c1a80ff 100644 --- a/www/google-appengine/Makefile +++ b/www/google-appengine/Makefile @@ -10,7 +10,8 @@ PORTVERSION= 1.0 #PORTREVISION= 0 #PORTEPOCH= 0 CATEGORIES= www devel python -MASTER_SITES= http://googleappengine.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +PROJECTHOST= googleappengine DISTNAME= ${PORTNAME:S|-|_|} DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} diff --git a/www/opencart/Makefile b/www/opencart/Makefile index cf93087725df..1c773738e079 100644 --- a/www/opencart/Makefile +++ b/www/opencart/Makefile @@ -8,7 +8,8 @@ PORTNAME= opencart PORTVERSION= 0.7.7 CATEGORIES= www misc -MASTER_SITES= http://open-cart.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +PROJECTHOST= open-cart DISTNAME= ${PORTNAME}_v${PORTVERSION} MAINTAINER= wenheping@gmail.com