diff options
author | ijliao <ijliao@FreeBSD.org> | 2006-09-29 10:32:36 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2006-09-29 10:32:36 +0800 |
commit | 2a0604f19b4ad9bd2bfa6e3c631abdd0a7723bcb (patch) | |
tree | f81f8eb8ee9a0918e4ac416736b638719cf6f7f0 /devel/stlport | |
parent | 8428abf869fae2161e1318da09d6109eed3e4824 (diff) | |
download | freebsd-ports-gnome-2a0604f19b4ad9bd2bfa6e3c631abdd0a7723bcb.tar.gz freebsd-ports-gnome-2a0604f19b4ad9bd2bfa6e3c631abdd0a7723bcb.tar.zst freebsd-ports-gnome-2a0604f19b4ad9bd2bfa6e3c631abdd0a7723bcb.zip |
add more master sites
Diffstat (limited to 'devel/stlport')
-rw-r--r-- | devel/stlport/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile index 3458ac55595a..3e3bb3214c60 100644 --- a/devel/stlport/Makefile +++ b/devel/stlport/Makefile @@ -10,7 +10,8 @@ PORTNAME= stlport PORTVERSION= 4.6.2 PORTREVISION?= 0 CATEGORIES= devel -MASTER_SITES= http://www.stlport.com/archive/ +MASTER_SITES= http://www.stlport.com/archive/ \ + SF PKGNAMESUFFIX= -${COMPILER} DISTNAME= STLport-${PORTVERSION:S/.b/-b/} |