diff options
Diffstat (limited to 'devel/google-sparsehash/Makefile')
-rw-r--r-- | devel/google-sparsehash/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/google-sparsehash/Makefile b/devel/google-sparsehash/Makefile index 4f45b0a1d764..085d37180182 100644 --- a/devel/google-sparsehash/Makefile +++ b/devel/google-sparsehash/Makefile @@ -5,9 +5,8 @@ PORTNAME= google-sparsehash PORTVERSION= 2.0.2 PORTREVISION= 2 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= vd/${PORTNAME} +MASTER_SITES= GOOGLE_CODE \ + LOCAL/vd/${PORTNAME} PROJECTHOST= sparsehash DISTNAME= sparsehash-${PORTVERSION} |