diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-04-18 23:10:57 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-04-18 23:10:57 +0000 |
commit | 1bcea926e0e28c65b00c1a0c2235d9a3f4a41e4c (patch) | |
tree | 7851b378153a1f6fdbf22abd8bcef38a35ddbddc /www/opencart/Makefile | |
parent | 6b5f175bd469cf1026906a4f8d26a41e54afdecc (diff) | |
download | ports-1bcea926e0e28c65b00c1a0c2235d9a3f4a41e4c.tar.gz ports-1bcea926e0e28c65b00c1a0c2235d9a3f4a41e4c.zip |
Use MASTER_SITE_GOOGLE_CODE / PROJECTHOST macro
Notes
Notes:
svn path=/head/; revision=211553
Diffstat (limited to 'www/opencart/Makefile')
-rw-r--r-- | www/opencart/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |