Use MASTER_SITE_GOOGLE_CODE / PROJECTHOST macro

This commit is contained in:
Edwin Groothuis 2008-04-18 23:10:57 +00:00
parent 6b5f175bd4
commit 1bcea926e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211553
2 changed files with 4 additions and 2 deletions

View file

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

View file

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