mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Use MASTER_SITE_GOOGLE_CODE / PROJECTHOST macro
This commit is contained in:
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
|
@ -10,7 +10,8 @@ PORTVERSION= 1.0
|
||||||
#PORTREVISION= 0
|
#PORTREVISION= 0
|
||||||
#PORTEPOCH= 0
|
#PORTEPOCH= 0
|
||||||
CATEGORIES= www devel python
|
CATEGORIES= www devel python
|
||||||
MASTER_SITES= http://googleappengine.googlecode.com/files/
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||||
|
PROJECTHOST= googleappengine
|
||||||
DISTNAME= ${PORTNAME:S|-|_|}
|
DISTNAME= ${PORTNAME:S|-|_|}
|
||||||
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
|
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,8 @@
|
||||||
PORTNAME= opencart
|
PORTNAME= opencart
|
||||||
PORTVERSION= 0.7.7
|
PORTVERSION= 0.7.7
|
||||||
CATEGORIES= www misc
|
CATEGORIES= www misc
|
||||||
MASTER_SITES= http://open-cart.googlecode.com/files/
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||||
|
PROJECTHOST= open-cart
|
||||||
DISTNAME= ${PORTNAME}_v${PORTVERSION}
|
DISTNAME= ${PORTNAME}_v${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= wenheping@gmail.com
|
MAINTAINER= wenheping@gmail.com
|
||||||
|
|
Loading…
Add table
Reference in a new issue