diff options
author | edwin <edwin@FreeBSD.org> | 2008-04-18 23:10:57 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-04-18 23:10:57 +0000 |
commit | 3c45cff1d7afcd0ad6f2609a8a77423afd1f5c4a (patch) | |
tree | a1dbee024c81d9fbb9d3194edf057a1330695c97 | |
parent | 258298464a4fc974970dbe2e79539fa35fb728a8 (diff) | |
download | FreeBSD-ports-3c45cff1d7afcd0ad6f2609a8a77423afd1f5c4a.zip FreeBSD-ports-3c45cff1d7afcd0ad6f2609a8a77423afd1f5c4a.tar.gz |
Use MASTER_SITE_GOOGLE_CODE / PROJECTHOST macro
-rw-r--r-- | www/google-appengine/Makefile | 3 | ||||
-rw-r--r-- | www/opencart/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/www/google-appengine/Makefile b/www/google-appengine/Makefile index 137346f..57a40c1 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 cf93087..1c77373 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 |